Is there an example on how to use triggers effectively for animations with TD2K? Do triggers in TD2K function similarly to triggers in the Unity animator? I've been digging through the online documentation and searching through posts here but I haven't been able to find a very fleshed out description of how they'd be used.
For some context on what I'm trying to do: I'm working on a side scrolling beat-em-up game and I'm having some difficulty figuring out the animation and game logic would come together without the code becoming an utter mess. This seems fairly straight forward using the Unity animator, however 2DTK works much better with the set of sprites I'm working with. I'm not looking for full code examples (although if there are any you know of that'd be great), just conceptual ideas on how to approach this problem. My observation so far is that TD2K animated sprites can't be controlled (in terms of what animation to play and when) with the animator component of Unity. Am I mistaken or am I just not comprehending the way its setup? Appreciate any feedback and Happy Holidays.