Hi.
In my main scene I have a Path2D with a PathFollow2D child (like in Getting started tutorial).
I instance new scenes at the PathFollow2D.position, however those scenes always spawn in the same location, despite my moving the Path2D and PathFollow2D across in the 2D mode.
I fixed that with changing V Offset of the PathFollow2D.
However I don't get why moving the object stopped influencing spawning position.
Thanks.
P.S. Should probably go to Programming category.