- Home /
How to simulate collisions on leaning trees?
From what I can tell, terrain engine trees support only a single capsule collider per tree instance. Worse yet, they don't allow that collider to be tilted.
Is this really the case?
How are we supposed to use trees which are leaning, or include multiple trunks?
I tried creating children capsule colliders in my tree prefab, but the terrain engine simply ignores them.
Answer by WhendricSo · Feb 02, 2013 at 02:15 PM
For these types of trees, you will have to use a regular scene prefab. You will not be able to place a large number of these special trees in your scene, and they will not be affected by wind etc. unless you write some scripts.
Your answer
Follow this Question
Related Questions
3rd Person Physics not working? 1 Answer
Raycast painted tree/terrain problem 1 Answer
Box Collider on Trees Are Not Rotating When Painted to Terrain 1 Answer
My object falls through terrain. 8 Answers
Physics Materials on SpeedTree? 0 Answers