Unity, Unrealistic Sphere On Inclined Plane

Posted by user1086516 on Game Development See other posts from Game Development or by user1086516
Published on 2014-08-23T21:03:07Z Indexed on 2014/08/23 22:36 UTC
Read the original article Hit count: 171

Filed under:
|
|

So I am trying to model a ball rolling down an inclined surface in Unity based on what I am observing in real life but it is still quite off.

  1. In Unity it takes the ball about 3 seconds to travel from a place to another specified place where in real life it only takes 1 second.
  2. The ball isn't as fast to react to the incline as in real life (even though I have tried giving the ball and surface low or zero friction values)
  3. The ball does not accelerate as nearly as fast as it does in real life

What do I do to give the ball more realistic behavior ? I have tried messing around with mass, physics materials, drag, and angular drag on the ball and surface but it doesn't seem to be helping.

© Game Development or respective owner

Related posts about c#

Related posts about unity