Unity3d Gravity script issues

Posted by Joseph Le Brech on Game Development See other posts from Game Development or by Joseph Le Brech
Published on 2012-12-20T10:20:34Z Indexed on 2012/12/20 11:13 UTC
Read the original article Hit count: 697

Filed under:
|
|

I'm try this script out

http://wiki.unity3d.com/index.php/Gravity

and I'm having some issues with it (it seemed to work when I tried it with an old version of unity)

the first issue is of collision, the objects (in my case spheres) will stick into each other rather than just touch.

and the second is that when the objects collide one of the objects with continue it's trajectory.

I'm thinking of rewriting the script from scratch unless someone can explain what's wrong with the script that i've got.

Just two spheres

© Game Development or respective owner

Related posts about physics

Related posts about unity