Example #1
0
 void Start()
 {
     characterController = GetComponentInChildren <PolarCharacterController>();
 }
Example #2
0
 protected void Start()
 {
     player = GameObject.FindGameObjectWithTag(TagsAndLayers.PLAYER);
     characterController = player.GetComponent <PolarCharacterController>();
 }