Hi, I have a slight problem when using conversation feature. The first time the conversation started, it runs normally. But when I try to run the second time, the parameter "Show" on the "Canvas Group Animator Controller" wont be set to "true". It makes the animation flow stuck on Start, thus preventing the text to appear visually on the screen.
To Note:
- To trigger the conversation, I use [DialogueSystemTrigger.OnUse();] from a custom script
- Again, this only happens when I try triggering any conversation the second time or more.
For a workaround, i had to manually give arrow
in the Animator itself:
But of course above is not a proper fix. Can anyone help?