- Home /
My object is falling through the platform
I was fooling around in unity 5.5 and making a simple game where a rigidbody ball jumps on a platform, but on spawn, it just falls through.
The ball has Sphere Collider enabled, as well as the platform has Box collider enabled.
My ball Inspector: https://gyazo.com/f416684cdbfce560201cface1a084508
My Platform Inspector: https://gyazo.com/37d871e52ea3632dfa2206e9da1b985e
Any answers are much appreciated!
EDIT: I Fixed it, it was the ball was declared as a Trigger.
Answer by Goldiedog123 · Mar 26, 2017 at 09:31 AM
Put the ball object a little bit higher up in the scene so when it spawns it might not be partly in the other object etc ... this
Your answer
Follow this Question
Related Questions
Horizontal gravity physics on 3d game 1 Answer
Falling object, change its angle 0 Answers
Losing the gravity physics when stopping 1 Answer
Disappearing object 2 Answers
character gravity problem 1 Answer