Page 1 of 1

Events with TopDown Engine

Posted: Sat Oct 07, 2023 5:19 pm
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?

Re: Events with TopDown Engine

Posted: Sat Oct 07, 2023 9:39 pm
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.