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