- Home /
Question by
jellypenguin · May 28, 2014 at 08:49 PM ·
rotationvehiclecollideterrain bug
Object not colliding properly with Terrain
Hi,
I've got a vechile on a terrain, but when I move the vechile it doesn't 'slide' over the terrain (not rotating with the shape of the terrain.)
Thanks

untitled.jpg
(187.2 kB)
Comment
Answer by jasonkutty · May 29, 2014 at 10:16 PM
You most likely need a rigidbody to automatically adjust the rotation of the object. OR You need to make a script that checks the ground's angle and matches it with your object (not recommended but can work) OR Your object's collider box is too large and not fit the object itself.
Your answer