1
0
forked from cgvr/DeltaVR

npcs turn towards the player separately from being aggroed

This commit is contained in:
2026-03-12 18:57:30 +02:00
parent a6a6b036ca
commit fc083e7d81
9 changed files with 100 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ public class NPCTriggerArea : MonoBehaviour
if (isEnter && other.gameObject.tag == "Player Head")
{
npcController.PlayerApproach(other.transform);
npcController.PlayerApproach();
}
}