void Awake() { instance = this; DontDestroyOnLoad(gameObject); saveFile = Application.persistentDataPath + "/Local.tmp"; LoadItems(); }