Child Moving Parent In Scene Editor

Hey, I have an issue where the parent object (an empty game object) is being moved around when I move it’s child (a 3d cube). It’s stopping me from being able to make infinite level gen.

Any help or advice? Am I doing something wrong?

How are you moving the object? Share some code. Are you referencing the correct transform when you move it?

It’s in the scene editor, no script involved

Is it actually moving, or do you just have the transform pivot set to Center as opposed to Pivot/

1 Like

Sorry it took so long, but yeah; that’s the problem. Thanks so much!