unity3d - How to make FBX model climbing on a slope -


related image below: enter image description here tank fbx model, imported "generate colliders" checked. want make tank walking slope in front of it, resize cube unity ediftor. tried different approaches : added rigidbody tank (receiving message error), added rigidbody cube. nothing works.

this tank setting capture

enter image description here

could me ?

you should uncheck 'is trigger' option cube, it'll stop tank colliding in cube

enter image description here


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -