x


3D Model problems

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???

more ▼

asked Oct 26 '10 at 03:24 PM

Isaac Armah gravatar image

Isaac Armah
1 1 1 1

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

Add a collider to your mesh.

Components->Physics->whatever collider(s) seem appropriate.

more ▼

answered Oct 26 '10 at 03:57 PM

Loius gravatar image

Loius
10.7k 1 11 41

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)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x1797
x1704
x574
x454
x103

asked: Oct 26 '10 at 03:24 PM

Seen: 1648 times

Last Updated: Sep 17 '11 at 09:26 PM