- Home /
Question by
TiagoMestre · Sep 21, 2015 at 09:31 AM ·
rotationcollision2d gameforce
Unwanted rotation
I have two objects with the same rigidbody2d properties, there is no gravity. One of them I apply a force of 5 in x and in the other -5.
They have the same value in the y axis.
When they collide, they slowly start applying a rotating in the z axis, eventually separating one from another.
I was expecting for them to stay static after colliding since they have the same force and y value...
Is there a way to fix this without locking the rotation?
Comment
Your answer
Follow this Question
Related Questions
Strange rotation caused by translation? 1 Answer
Velocity bug with hinge joints forces in C# 0 Answers
How to add physics to an animation? 3 Answers
Flip the player with arm rotation 2 Answers