public void Awake() { Instance = this; DontDestroyOnLoad(this); globalSettings = new GlobalSettings(); LoadGlobalSettings(); }