Search found 2 matches
- Fri May 05, 2023 12:58 pm
- Forum: Dialogue System for Unity
- Topic: Only showing interact UI if NPC has something to say
- Replies: 3
- Views: 151
Re: Only showing interact UI if NPC has something to say
Thank you for the quick reply, it worked perfectly!
- Fri May 05, 2023 4:11 am
- Forum: Dialogue System for Unity
- Topic: Only showing interact UI if NPC has something to say
- Replies: 3
- Views: 151
Only showing interact UI if NPC has something to say
Hi! I have an interaction UI that pops up when near to anything with my Interactable script. I'm having trouble making the interact UI only show near NPCs if they have valid entries in their dialogue conversation, and to not show up even if in range if there aren't any entries that can be shown. The...