|
What is wrong with this script?
(comments are locked)
|
|
http://unity3d.com/support/documentation/ScriptReference/PlayerPrefs.SetString.html SetString takes 2 arguments SetString (key : string, value : string) Also GetString returns a string, you need to assign it to something, calling GetString on its own does nothing e.g.
(comments are locked)
|
