void OnDestroy() { Instance = null; }
void Awake() { Instance = this; Camera = GetComponent<Camera>(); }