private void Start() { Instance = this; }
void Awake() { Instance = this; DontDestroyOnLoad(gameObject); }