- Home /
Save/Load Game and buttons New Game/Load Game?
I'm making a survival game, and I'm trying to find a script that suits my game and find nothing, only rpg script, I absolutely know nothing about scripting, I wanted to ask if a script is possible for my game keep the position, life, thirst, hunger and objects of that person in the inventory.
What have you tried so far? Any code? No-one is going to just write and entire script for this specific case.
Answer by HarshadK · Sep 12, 2014 at 11:24 AM
For saving and loading game states you can use Unity Serializer.
The documentation for it is available at Unity Serializer Documentation.
Note: You need to write your own scripts, nobody is going to write your scripts for you. Of course, we are here to help you if you have a specific issue.
Your answer
Follow this Question
Related Questions
How to store a boolean for each variable in a class 1 Answer
load button in main menu 1 Answer
Save/Load/New 1 Answer
What are the basics of saving and loading game? 1 Answer
Problem Saving game progress 1 Answer