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