I have a "main scene", which contains a child scene called "doorpair".
The doorpair scene is meant to allow the player to teleport from a "house" and a "door". "House" and "door" are both children of the "doorpair" scene.
I was hoping that I can set the position of "House" and "Door" inside the main scene, so that I can put each at an appropriate position within the mainscene's context, however, it seems that I cannot move the grandchildren of the main scene independently via basic select and move. Is there any way to do this without changing the scene hierarchy?
(Note: if the image resolution is too low, please right-click -> open in new tab)
