How can I have object appear at the same position as it was before i swapped between two levels?
Lets say in level 1 I have cube in the middle of Scene, I push it into corner and load level 2.
Then I come back (load) level 1 but the cube appears back in middle.
I forgot to mention that I am using DontDestroyOnLoad.
The only problem I have with that is that when I return to first Scene it positions the object into its default position and not the one I left it in.
To make more sense of it - it is like if I had chair in the middle of room#1 and I moved it into corner, then left into room#2 for a second and then went back into room#1 and finding the chair back in middle of room instead in corner where I left it.
I would either think that I am going crazy or I have ghosts in my house.