|
Hello, I'm a programmer and I've been given some 3d models made in 3ds max. I've imported the character model made for the bootcamp demo for Unity3D, which works fine but when put in the model (of a library in my case) or even on a simple terrain, he simply falls through. Does anybody know how to solve this problem? I even tried to import the Library model INSIDE the actual bootcamp scene and the character would walk on the terrain but it would also walk through the walls of my model Any idea???
(comments are locked)
|
|
Add a collider to your mesh. Components->Physics->whatever collider(s) seem appropriate. I wish it was that easy! The soldier from the bootcamp project just goes through ANY new cube, sphere or general component that I try to use! I can't figure out why that is happening.... any type of collider I try just doesn't work...
Oct 26 '10 at 05:12 PM
Isaac Armah
Are you teleporting by using transform.position or transform.Translate? You need to use rigidbody members like .velocity or .AddForce, or use CharacterController members like .Move
Oct 28 '10 at 03:42 AM
Loius
(comments are locked)
|
