I make a simple project with only 2 scenes. Scene 1 as default start scene.
Project file : https://file.io/qpOBkhAVmvxg
Scene 1
Scene 2
Variable (Global)
Everytime I click Generate, it will create a text with id (1,2,3,4,5…) and save it ( id and Y position ). If I close the app and then open again, the app will reproduce the saved texts ( id and Y position ) like this :
.
.
.
But if from Scene 1 I go to Scene 2, then go back to Scene 1, the app can’t reproduce the saved texts again. The id and Y position are different. :
.
.
.
But, if I close the app and then open again, the the app reproduce saved text again. Or, If I open from Scene 2 and Go to Scene 1, the the app also reproduce saved text again :
.
.
.
Why If I start from Scene 1, then Go to Scene 2 and go back to Scene 1, the app can’t reproduce the saved texts?