i dont know how to make a save script.

howdy, i cant figure out how to write a script that lets you save your progress.
im fairly new to unity and scripting(javascript)andim making a platformer game now so i wouldnt really need to make a very complicated saving system.

i would just need to save the position of the character and what secrets you have unlocked and stuff like that, but in the the future i want to make more complcated games like a fps which seems alot harder to do

so i was hoping that someone could share a sample script or something for me to understand how to write one of my own.

1 Answer

1

This might be a good start for you. http://www.unifycommunity.com/wiki/index.php?title=Save_and_Load_from_XML

thank you very much! thats exactly what i needed.

@wabijabi - please mark this answer AS the correct answer, if you believe its the one. This will benefit the answering person + help other users to find the same answer quicker. Thanks in advance.