- Home /
how do i make my modle solid?
hi i made a modle in blender and its a sphere with mountains all over it becuase its a planet but the problem is i just fall through it in unity i checked the generate colliders and have a capsule collider on my character and i still fall through it worked when the model was smaller for some odd reason but when i scalled it up i just fall throught it and i added mesh colliders and everything to the model. Im out of ideas can someone give me an idea to try thanks
Does the planet have a collider? If it does not, you need to add one to the planet. Also, if the planet has a mesh collider, add a capsule collider with a height of zero.
If you have a rigidbody on your character then you can set its collision detection to continuous or continuous dynamic to stop this (continuous is the faster of those two, and the default discrete is the fastest but might be causing this problem) if you dont have a rigidbody attached to your character the $$anonymous$$'s answer should work.
Answer by Daniel 6 · May 28, 2012 at 06:49 AM
Reduce fixed time step (Edit/Project Settings/Time) until the collision is detected.
Answer by kidrockkenny · Jun 02, 2012 at 01:59 PM
thanks but i found out that when i imported my model from blender it also imported a animation componet for some odd reason and when i removed it the model was visible
That's a common mistake. A lot people import accidentally the basic animation. If the animation animates the root bone, in most cases the model is moved to 0,0,0 when you play the animation.
If you don't need animations, don't import them. Check your importer settings
Your answer
Follow this Question
Related Questions
How to make a model solid? 1 Answer
Mesh Collidor Faster 1 Answer
Make mesh collider constantly change 1 Answer
Issue with FBX and convex collider generation 0 Answers
I can stand on top of my cave model but fall through upon enter 1 Answer