I am creating a flight sim.
I’ve created my mesh collider, an error bumped up saying that the vertex is over 60k.
So, I’ve decided to convex it, which works pretty well in some cases.
When my plane collide with the tag “Ground” everything works well, explosion and etc.
However, when my plane collide with the tag “Water” nothing happens, what’s making it stranger that whenever I decide to convex the water mesh, it does collide.
Any solution? is it a glitch or something?