- Home /
MeshCollider invert
Greetings,
I have a MeshCollider for my terrain object, and was wondering how I would go about flipping it? In order that I can also collide with it from the bottom? Or how I would be able to add another set of vertices in order to give it depth and use convex?
Please assist!
The bottom of your terrain object probably doesn't have the faces required to give it a collider. If you look underneath it and look upwards you will see you can see through the mesh. That is because the bottom part doesnt have the faces. To fix this you have to get to your $$anonymous$$odeling program ($$anonymous$$aya, 3ds $$anonymous$$ax, Blender) You go ahead extrude the faces, and mirror the faces.
The terrain is procedurally generated... as if in an endless runner... How would I make the bottom faces now?
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Trouble with Inaccurate Mesh Collider 0 Answers
UMA Calculate Head Collider at Runtime 1 Answer
How do i code a Mesh collider ? 1 Answer
Select a node from plane mesh and array the selected nodes? 0 Answers