When conversation is done, it is not over?
Posted: Fri Oct 22, 2021 5:27 pm
I have removed the out-of-the-box continue/cancel buttons.
I only want a 'next' button, which I am handling on my own. When pressing it, I call `DialogueManager.Instance.ConversationView.OnConversationContinueAll ();`
When the conversation is over, the panel goes away and everything, but the DialogueManager won't start a new conversation because one is apparently still open.
`DialogueManager.Instance.conversationController.isActive` is true after the panel is hidden
I only want a 'next' button, which I am handling on my own. When pressing it, I call `DialogueManager.Instance.ConversationView.OnConversationContinueAll ();`
When the conversation is over, the panel goes away and everything, but the DialogueManager won't start a new conversation because one is apparently still open.
`DialogueManager.Instance.conversationController.isActive` is true after the panel is hidden