Auto save feature so player returns to scene he was on before he left the app?
LolusPololus
Member, BASIC Posts: 7
I want the player to be able to return to the scene he was last on when he comes back to the app. Not specifically where he was in the scene itself, it could just be the beginning of the scene... Anyone know how to do this? Thanks!!
Comments
You would use a table to save all the relevant variables and information and need to load that at the begining of the game. Most times a game will sit in the background in it's last left state but when the device needs more ram it will quit apps in the background. When this happens one needs to relaunch the app. This is when the saved info will be recalled.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Alright thank you!!