- Home /
Colliders not placing Proplerly
The colliders that I am placing in my scene aren't working. When I place them, and then test the level my character interacts with the colliders in different places to where I put them. Does anyone know what I could do?
I am not using any extra coding on any of my colliders, I am simply using them to stop my character at a wall, and they are all Box Collider 2D's
Can you provide a screenshot showing collider positions (the collider gizmos) and the incorrect interaction?

The green lines are my colliders. They are in odd looking places but when I build and run my game, my character interacts with them as if the are on the walls.
Answer by pophead2 · Jun 22, 2016 at 08:37 PM
Check that your collider is at 0,0,0. Sometimes you might move them by accident.
Your answer