Exemple #1
0
 void UpdateCamera()       //Player always perpendicular to camera!
 {
     if (this.GetComponent <Player>() != null)
     {
         cameraPosition.FollowPlayer(transform.position);
     }
 }