- Home /
Items falling through floor?
Placed sphere, added FPS script. Press play, fall through floor. ???
Comment
Do you have gravity applied to it? and is there a collider on the object?
If part of the sphere's collider is below the floor's collider, it won't collide properly either.
Answer by Jesus_Freak · Oct 24, 2010 at 05:08 PM
go to sphere, components, physics, rigidbody, check "use gravity" and it should work. also, try what "joe" and "adam" said those were good answers also.
Answer by synapsemassage · Feb 21, 2011 at 03:43 PM
floor and sphere must have a collider component. add rigidbody component to sphere + check gravity flag. mesh collider against mesh collider will not work either.