I just started with unity version 5. And creating a new and simple game, I noticed a big problem with parents.
I created a empty object and a cube.
The empty Object is the father and the cube is the child.
When I move the empty object, the cube of course move. BUT, when I move the cube (which is the child) the empty object moves TOO!
I tried creating two cubes, one as father and the other one as child. I tested and when I move the child one, the cube father’s axis, moved to the center between it and the child. what is going on???
here is some screenshots to explain.