Sprites are spawning in the wrong place

If you are trying to get one game object to spawn at the position of another object but it appears offset, it is worth checking that the X and Y properties of the sprite are set to 0. The properties of the game object should be changed to match where you want the sprite to appear on the screen, not the sprite itself.