For some reason my unity seems to be having a gravity to the right, this problem I found out its due to “RigidBody 2D” and can “Mostly” be fixed by using Is Kinematic option, but when I do it, it stops falling (gravity disabled).
Here is a demonstration of whats happening:
What is going on? whats the reason of this happening? How can I fix it?
OBS: I don’t have any code pushing the GameObject to the right, If I simply spawn a new Sprite GameObject and add RigidBody 2D with a Collider (any) this already starts…