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