Search found 2 matches

by Pandamander
Mon Jun 12, 2023 11:05 pm
Forum: Dialogue System for Unity
Topic: DialogueSystemEvents not firing...?
Replies: 3
Views: 368

Re: DialogueSystemEvents not firing...?

Hi Tony, thank you so much for your reply! I was able to get this working with solution 1 - on the NPC object > Dialogue System Trigger > Actions > Conversation, I didn't add the Player GameObject as the actor. When I did, this worked. Thank you! As extra credit, I was not able to get it working wit...
by Pandamander
Fri Jun 09, 2023 11:44 pm
Forum: Dialogue System for Unity
Topic: DialogueSystemEvents not firing...?
Replies: 3
Views: 368

DialogueSystemEvents not firing...?

Hi everyone! I am trying to disable character movement in my 2D game while dialogues are occurring. I am following the instructions in this tutorial video. The tutorial recommends: 1. Adding a DialogueSystemEvents component to the player object 2. Adding + Conversation Start and Conversation End eve...