Character is drifting to left after start
Hello!
I'm creating my very first attempt about simple 2D car racing game. Unfortunately, I'm struggling to get sorted issue with Rigidbody 2D and Collider 2D.
When I add these 2 components to my character and start game, the character immediately starts drifting to the left side of the window. Without any input. It is also affected by gravity if is enabled. However if I remove either Rigidbody or Collider the drifting stops.
Do you have any idea where I should look?
Thanks for your help!
Your answer
Follow this Question
Related Questions
Character is going left when i start the game, 0 Answers
Unity2D Help with rigidbody character movement. 0 Answers
How do I keep rigidbodies from pushing each other? 2 Answers
I want your platform to not fall down when the player collides with the bottom part of it ? 1 Answer
Colliders "offset" and going down too. 0 Answers