private void Awake() { Instance = this; }
private void Start() { Debug.Log(SceneEvent.Instance); eventManager = SceneEvent.Instance; }