3D Triggers not working
3D Triggers not working
I'm following the quick start tutorial but using 3D triggers instead. I have the scripts attached and physics layers properly colliding, but it's still not triggering. If I use the "On Start" or "On Trigger Enter" it detects and triggers the conversation, but when I attempt to have the proximity selector running it doesn't detect anything. I'd love some ideas on how to fix this! Attached are all the screenshots. Thank you!
- Attachments
-
- PlayerComponents.png (61.54 KiB) Viewed 159 times
-
- NPCComponents1.png (92.26 KiB) Viewed 159 times
-
- NPCComponents2.png (110.73 KiB) Viewed 159 times
-
- NPCComponents3.png (67.78 KiB) Viewed 159 times
-
- Collisionlayers.png (48.93 KiB) Viewed 159 times
Re: 3D Triggers not working
Hi,
Put these components on the Player:
Put these components on the Player:
- Some kind of collider*
- Rigidbody (can be kinematic)
- Proximity Selector
- Selector Use Standard UI Elements
- Some kind of collider*
- Rigidbody (can be kinematic)
- Usable
- Dialogue System Trigger
- Do NOT add a Proximity Selector or Selector Use Standard UI Elements
Re: 3D Triggers not working
Ah! That was it! It was adding the Proximity Selector to the PLAYER and not the NPC. That was the only thing I was missing. Thank you! That wasn't super clear in the video.