Events with TopDown Engine

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Peter Drake
Posts: 37
Joined: Tue May 17, 2022 3:49 pm

Events with TopDown Engine

Post by Peter Drake »

I'm starting a new project using the TopDown Engine and the Dialogue System. I'd like to avoid having a muddle of different kinds of events. There appear to be at least four options:
  • C# events
  • UnityEvents
  • MMEvents
  • Dialogue System Events
Is it possible to limit myself to just one? Which?
User avatar
Tony Li
Posts: 21679
Joined: Thu Jul 18, 2013 1:27 pm

Re: Events with TopDown Engine

Post by Tony Li »

Hi,

You can avoid using C# events and UnityEvents. But MMEvents and Dialogue System Events are entirely separate things from each other. You can't replace one with the other. For TopDown Engine, use MMEvents. For the Dialogue System, use Dialogue System Events.
Post Reply