well, someone made this question in 2013 http://answers.unity3d.com/questions/579823/move-collider2d-position.html and it has no answer. I couldn’t find yet something to point me if is there a way to do this but what I’ve tryed until now was:
collider2D.bounds.center.x = 0.1
or
collider2D.bounds.size.x = 0.1
however it has no effect on my scene…so could someone explain to me if I’m doing something wrong or if there is a way to move my Collider2D?
thanks