Currency kept between levels

so i have made a currency system for a game that I am making but the coins that I would collect won’t be kept if you go to a different level its just resets. anyone have a solution for this.

1 Like

You can use the game instance to get data between levels.

If you want to keep data between different game sessions, then you need the save game.

2 Likes

do you know how to delete a save

1 Like

Google, my friend, Google.

1 Like

It’s a file in the project folders ( yes, google :slight_smile: )

1 Like

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