|
I have to save the progress of my game. Can i write a registry key with a script in unity?
(comments are locked)
|
|
You should probably use the built-in PlayerPrefs class, which can be used to store quite a bit of data. It works regardless of platform (Win, Mac, web).
(comments are locked)
|
