- Home /
colliders moving in wind
Hello,
I have really simple questions..but couldnt find answer here neither on forums or in docs ..
If i have a small tree..and i add collider to that tree(capsule) and i paint that tree with unity terrain tools...so the tree bends in wind...
But will collider move with tree mesh that moves in the wind ? If not how can i achieve that ?
Thanks in advance
thank you for clearing that up. It seems i have lots of work to do. Thanks again.
Answer by hoekkii · Apr 04, 2015 at 12:13 AM
no they're not moving/bending
maybe there is a way by doing it by scripting, by placing the trees induvidual (not using the unity terrain tool) with an mesh collider, and move the verts. But I think you'll get many bugs with the colliders, like when an object is standing next to the tree the object would probably just go right trough the tree