- C# events
- UnityEvents
- MMEvents
- Dialogue System Events
Events with TopDown Engine
-
- Posts: 37
- Joined: Tue May 17, 2022 3:49 pm
Events with TopDown Engine
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:
Re: Events with TopDown Engine
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.
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.