I thought I remember a child’s position being relative to it’s parent, so setting the child’s position to Vector3.zero would make it go to the center of it’s parent, but this does not seem to be the case and it is messing up my code, any ways to fix this?
EDIT: My game is 2D, could that have anything to do with it?