Saving on Android

Where did you found this?
image

Because all i can find is this
image

oh snap that’s probably my issue.
It says it only grabs the first part of it, if it’s a string. Interesting.

Changing that did not fix the issue.

Be aware i have dyslexia so i am kinda worst person to find mistakes

And i can’t find any mistakes in your events

In your place i would try to make different global variable structure with just one number variable
Which you set to some number and save load with some two different keys to check if its working

1 Like

Variable/VariableString() no longer exist for new events. You should just be calling the variable by name. If it’s a number and not currently a string, you could wrap the variable name with ToString() but that shouldn’t be needed at all.

This part is using a variable for the group name. So, it’s using its value. I think it should be “SaveData”

1 Like

I think Keith found your issue

I did dig trough my old project and found that this is how i did save/load check

So you should change TempSaveData to “SaveData” i mean in quotes

Thanks guys ill try this stuff out!

booya, it works! Thanks a ton guys!