saving game

Hi,

is thers any way in unity for saving game?

tnx

can you be more specific? save like how?

if you need to save data, you can do it with the playerprefs class, read more about it here:

You can also access files with System.IO for binary/string read/write or use System.xml for XML files.