How to save the game and restart all over again
Hello,
1. I want to know how can I make it when users quit the game or go to the main menu, they comeback exactly were they left off when they touch the continue button
2. But I also want to know how can I make so users restart all the game when they touch the button start again
Thank you
1. I want to know how can I make it when users quit the game or go to the main menu, they comeback exactly were they left off when they touch the continue button
2. But I also want to know how can I make so users restart all the game when they touch the button start again
Thank you
Comments
@dondan89
Hi, as the game progresses, you decide where and when to save attributes, using the Save Attribute behaviours. Then in your continue button, you'll use Load Attribute behaviours including an integer attribute to designate which scene to carry on from.
You don't need any additional stuff in your new game button, so this'll always start a new game for you (as long as you've added a Change Scene attribute to go to the first scene, of course).
Thank you