Parent/Child Help

I am trying to move a child along the X axis during run time without affecting the parent object. I am guessing it is a setting I am missing because when I play the scene and just move the child with the editor, the entire parent object moves. Is there a way to fix this?

Any script you have attached to the child?

2 Answers

2

This should’n happen, you must be doing something wrong. The child doesn’t affet the parent’s Transform. Check if you actually clicked on the child, and if there isn’t a script modifying the parent’s transform.

yeah, just figured out the problem, it was with my camera, thanks for the help though