Exemplo n.º 1
0
Arquivo: Player.cs Projeto: Tomvhe/GGJ
 private void Start()
 {
     if (characterController == null)
     {
         characterController = GetComponent <UberCharacterController>();
     }
     if (mainCamera == null)
     {
         mainCamera = Camera.main;
     }
 }