Ejemplo n.º 1
0
 private void OnPlayerDetected(VisualDetection finder, Transform found)
 {
     if (player.transform == found)
     {
         ForceDeath();
     }
 }
Ejemplo n.º 2
0
 private void VisualDetectionOnStaticOnPlayerDetected(VisualDetection visualDetection, Transform target)
 {
     Debug.Log("Visual detection : " + visualDetection + " " + target);
 }