What is the best way to change an sprite's position inside a GO?

You’re actually not able to change the sprite components position at run-time. It’s better if put each sprite in a single game object and move them individually.