Page 1 of 1

Tutorial on Event System

Posted: Thu Apr 28, 2022 10:00 am
by sunwooz
Hello Tony!

I've been looking around for a tutorial on how to use the event system in Dialogue System. Is there already one available somewhere?

I'm currently just trying to call a function when a conversation starts and ends.

Thanks!

Re: Tutorial on Event System

Posted: Thu Apr 28, 2022 10:55 am
by Tony Li
Hi,

The Interaction Tutorial covers Dialogue System Events. You can also use OnConversationStart/End methods or C# events.

Reference pages:

Re: Tutorial on Event System

Posted: Thu Apr 28, 2022 10:58 am
by sunwooz
Thank you Tony, I'll take a look at those links.