Save and Load Variable without SaveGame and C++

Hello everyone,

How i can save and load variable value without using SaveGame method and C++ please ?

Thank you.

1 Like

You can’t :slight_smile:

You can do it without C++, but you do need the save game.

To be clear, you only need the save game to save a variable if the player is going to quit, and come back later. If it’s just changing levels, the you can use the game instance.

Allright,

How to do it please ?
I just want to save a variable and load it when the game opens

Here’s my save game 101

Also many youtube vids about it.

1 Like

You have successfully saved and loaded a variable with this ?

Yes, that’s why I’m telling you :wink:

Thanks I will try.

Have a nice day :slight_smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.