- Home /
Virtual Pet Save System
I'm going to implement a Virtual Pet system into on of my games(as a side feature) and needed to know how to save the states of the pet when the application is closed. It will jump right back into the same state it was when the application is open again.
Any answers?
Hello, I think you're good in Unity. I need your help, and I will pay for your help. If you have a simple 2D Unity virtual pet game, please help me. I need it right now for reference of making own virtual pet game. Hope your reply asap. Thanks.
Answer by efge · Mar 22, 2011 at 06:52 PM
On the local machine: PlayerPrefs
On a server: SQL, PHP and the WWW class
Here is a very good starting point from the wiki: Server Side Highscores
Answer by AngryOldMan · Mar 22, 2011 at 06:54 PM
You're basically looking for a save system. Which has been asked before if you had considered to look for it.
http://answers.unity3d.com/questions/971/how-to-scrip-a-save-load-game-option.
Also check out
http://www.unifycommunity.com/wiki/index.php?title=Save_and_Load_from_XML
Your answer
Follow this Question
Related Questions
Saving player stats for each level, static class or not ? 1 Answer
How to save a Gameobject? 2 Answers
How do i store id of certain item? 1 Answer
Save changes in Options scene 1 Answer
Can't save script 1 Answer