private void Awake() { Instance = this; }
private void CameraFollow() { CameraController.AddSyncBefore(CameraController.FollowTransition(transform)); }