- Home /
How do I save game Data?
Alright well, I'm trying to find a way to Save game data while running the game after building it. Then when I exit the game, like completely close the window. I want it to load up the data where everything was left off and stuff. I guess like, a way to Save the save file inside a folder which holds the game files. I'm not sure how this really works, so srry about the bad explaination.
But, does anyone know how to do this? or sources?
Alrighty. But is there no way I can save it as a whole?
Like I have to find certain functions to save individually?
Something like.. File.Save (Character.name) Then.. File.Save (Strength)
You could take a look at my free Unity Save & Load Utility:
Your answer
Follow this Question
Related Questions
Loading a saved Game 1 Answer
Loading with binary formatter weird problem 1 Answer
When writing a txt file, it says sharing violation 3 Answers
Open custom file type 1 Answer
Wrong Scene (Persistent) Loading 1 Answer