Problem with saving player data
Hi everyone, I have a problem. I did the script for saving the player but it only saves the position and not the scene. So if the player saves in scene A and reloads the game when he is in the same scene A there is no problem. However, when the player saves in a scene A and then loads the game into another scene B, the saved scene (ie the A) is not loaded, but only the position of scene A, applied to the current scene B. How would it be save the position and the related scene, including the progress in the scene itself?
Your answer
Follow this Question
Related Questions
PlayerPrefs Not Saving When I Click the Button. 1 Answer
How can i save random-generated maps during gameplay ? 1 Answer
How can I load sprite from previous scene? 1 Answer
problem with loading data with serialization in the right time 0 Answers
Save location of created UI elements to JSON so it can load later 0 Answers