Hi guys!
I’m in trouble creating a simple 2D game. I have a gameobject which consists of a
- Rect Transform,
- Sprite Renderer,
- Rigidbody 2D
- and a Circle Collider 2D
component.
After adding the Circle Collider, my gameobject increases now its y-position instead of decreasing it.
Why does that happen?