I am trying to follow this tutorial
And i am perfectly able to achieve same effect
BUUT as soon as i try to shove in child index there
So instead of Save.Slot i go with Save.Slot[1] for example
It still saves i guess but loads all my objects in straight line from top left corner to bottom right
So i am wondering is it possible to even use child index in this case and i am doing something wrong?
Or nope?
For reference
Before loading
And after loading
I just noticed this
I changed it to Save.Slot[1]
But still same effect