Hello my name is Ty, I’m currently trying to make a procedurally generated landscape that you can use a FPS player to move around in. I have recently run into a problem though: the mesh collider doesn’t correctly fit around all of my mesh’s vertices and triangles. I have now spent a few days searching through endless forums and I have found nothing. I did find a youtube video on how to fix it (Link: Unity Mesh Collider Fix - YouTube) but this videos solution didn’t work for me.
I am currently using a character controller for my player if that changes any of your answers and here is a photo of the scene where you can clearly tell that the mesh collider isn’t working properly (as you can tell I have tried adding a rigidbody and tried turning it on and off but nothing works): Issue.png - Google Drive and here is another image of it: Issue2.png - Google Drive.
For the mesh AND fps script I made adaptations of some brakeys tutorials. And I’ve tested both of these features individually and they work, it is just when I try to attach a mesh collider to my mesh that it starts to get funky.
Here is also a link to a shared drive with all of my photos and code: Unity Collider Issues - Google Drive
Please help me!,