How To Save Buildings And Updates

Hi, I am making a tap-and-wait-game. How do I make it where it saves buildings and resources? And also, how do I make it work when the game is not open?

Bump! Please Help.

For saving buildings and resources you would need to use safe game object . See this tutorial to get you started

Save game tutorial

With the keeping it going when games not running you might need to get it to calculate how values would have changed in the intervening period mathematically. You can get current time with the ‘now’ function

Hope this moves you in the right direction

Clarity