Id like the player to be able to save their game data to their hardrive so that they can load it another time. Please help and thank you.
ArrowArcher2,
I’m sorry to tell you this, but you won’t get any good answers by asking a question so vague. It’s a good practice on UnityAnswers (heck, it’s a good practice on the internet) to try your best achieve your goal before you ask for help, and post your best effort along with your question if you can’t figure it out.
If you’re just looking for a place to start, look up System.IO, as you’ll need to save data to a file, and System.IO is the best way to do that. If you’re looking for something light, and don’t want to use System.IO, you can also use Unity’s PlayerPrefs.
I hope you can get something working! - Gibson