How to save manually current character data
Here is an example of how you can save modifications to the current character in the game before leaving the map.
Basically, you need to:
- Apply the modifications in the SaveGame.
- Trigger the Async Save Game process.
- Change the map after the async process is completed.
Screenshot example:
Your ways
Certainly, when creating your own game, you might require implementing your own save game mechanics.
Consequently, advanced knowledge will be essential to accomplish these tasks.