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!
Tutorial on Event System
Re: Tutorial on Event System
Hi,
The Interaction Tutorial covers Dialogue System Events. You can also use OnConversationStart/End methods or C# events.
Reference pages:
The Interaction Tutorial covers Dialogue System Events. You can also use OnConversationStart/End methods or C# events.
Reference pages:
Re: Tutorial on Event System
Thank you Tony, I'll take a look at those links.