public static void Clear() { PlayerPrefs.DeleteAll(); Init(); WorldControl wc = WorldControl.GetInstance(); if (wc != null) { wc.Init(); } }