private void Awake() { DontDestroyOnLoad(gameObject); Cursor.visible = false; sortingManager.Init(this); playingManager.Init(this); }