EditorPrefs.GetStringstatic function GetString (key : string, defaultValue : string = "") : stringDescriptionReturns the value corresponding to key in the preference file if it exists. If it doesn't exist, it will return defaultValue. print (EditorPrefs.GetString("My Pref Value"));
|
