I know to do this you got Global Variables but here’s my problem:
I store the text from a text input in a scene variable
all good
I store the text from the scene variable in a global variable
all good
I go to another scene and read the text
it’s gone, it says “0”
I tried this way because I also want to save the text between sessions and storage actions only seem to work with scene variables.
Please help :((
MrMen
January 5, 2024, 2:03am
2
In step 3, what are you reading the text from? If the scene variable, then you need to copy the global text into the scene text first. Otherwise it’ll be blank…
2 Likes
I did but checking I noticed the expression was broken, thank you, I wouldn’t have seen it
1 Like
ZeroX4
January 6, 2024, 8:46am
4
Since you set global variable to scene variable to copy its value
In new scene you 1st need to set scene variable to global variable to copy it value