Narrative Design: Collision Detection issue

Hi!

I have an inquiry to make regarding the player-gameobject/trigger collision setup. I am trying to interact with the NPC in my V.R Unity environment and folowing the recommended video, I used a cube as a trigger. Based on my narrative design, the NPC is supposed to speak once I collide with the trigger but it does not.

I suspect that the trigger box is not detecting my V.R Player. I have tried tagging my V.R player as “Player” and made sure all other pre-req’s are satisfied but still not sure what I am missing. Any help will be much appreciated. Thanks.

This is my current setup:

hello, sorry to jump in…! Try adding a Rigidbody to the player. You can set it to Kinematic so it won’t be affected by physics. In Unity, triggers usually only work if at least one of the two objects has a Rigidbody. :smiling_face:

1 Like

No worries at all! Your input is much appreciated! That fixed the issue!

2 Likes