RIgidbody sphere falls through plane
Let's start off by saying that I am a total beginner in unity. I just started with the 'roll a ball' project. One problem that I am having is that my ball/sphere keeps fallig through the ground/plane. Does anyone know how I can solve this? They don't seem to say anything about this in the turtorials.
Answer by matkoniecz · Feb 24, 2020 at 01:25 PM
For me adding "sphere collider" component fixed exactly this problem during following the tutorial.
Not sure why rigid body was not enough.
Answer by wanyanhaoyan · Oct 29, 2020 at 06:13 AM
I had exactly the same problem, and it turns out that I didn't check the plane collider. My problem was solved only by fixing the plane collider, but if "the ball may fall off from the plane" does not matter so much, checking sphere -> rigidbody -> constraints -> freeze position Y will lock the ball in the same height while unchecking sphere -> rigidbody -> use gravity removes the whole "falling down" thing.
Your answer
Follow this Question
Related Questions
Is there a way I can morph a plane over a sphere while it has animations? 0 Answers
My ball fall throw the ground ? 0 Answers
Google Earth-style zooming 1 Answer
3rd person rotate around sphere. 0 Answers