Issues with DialogueManager.StartConversation()
Posted: Thu May 28, 2020 5:40 am
Hi Tony.
I'm having some issues getting DialogueManager.StartConversation() to work in my scripts.
For example, as a test I call DialogueManager.StartConversation("Test Conversation"), the string being the title of the conversation, during Start(), but it never comes up. I noticed that it's described as managing a singleton instance of the DialogueSystemController but I'm not sure what that means or whether it's the source of the issue.
I'm trying to call the method as I'm implementing a test boss character who triggers some dialogue after he transitions to a certain stage of health. Everything works fine up until I need to call StartConversation(), and no error message is logged in console.
Do you have any idea of what's going on? I understand somebody had a similar issue in this thread and managed to solve it using DialogueSystemTrigger, but you mentioned that DialogueManager.StartConversation() should work perfectly fine as well.
https://www.pixelcrushers.com/phpbb/vie ... php?t=1603
Thanks!
I'm having some issues getting DialogueManager.StartConversation() to work in my scripts.
For example, as a test I call DialogueManager.StartConversation("Test Conversation"), the string being the title of the conversation, during Start(), but it never comes up. I noticed that it's described as managing a singleton instance of the DialogueSystemController but I'm not sure what that means or whether it's the source of the issue.
I'm trying to call the method as I'm implementing a test boss character who triggers some dialogue after he transitions to a certain stage of health. Everything works fine up until I need to call StartConversation(), and no error message is logged in console.
Do you have any idea of what's going on? I understand somebody had a similar issue in this thread and managed to solve it using DialogueSystemTrigger, but you mentioned that DialogueManager.StartConversation() should work perfectly fine as well.
https://www.pixelcrushers.com/phpbb/vie ... php?t=1603
Thanks!