Search code examples
unity-game-engineterrain

How to add mesh collider into trees in unity3d?


I added palm trees on my terrain. But I didnt add a mesh collider into the trees.

My car is able to pass through them.

How do I resolve this?


Solution

  • I solved problem with box collider. Box colliders are covering all of the trees and no problem.