Moving a Stick figure, anchorpoints, animation, or something else…?

My general advice: never, ever modify the default anchorPoint (0.5f, 0.5f) unless you have a really good understanding of what it does and how it helps you accomplish things. In all other cases, modify the position property. Especially if you do bounding box or radius based collision detection, modifying the anchor point is counter-productive. Let’s … Read more