Page 1 of 1

Response Options not hiding on Conversation Exit

Posted: Tue Apr 28, 2020 4:11 pm
by Matt-The-Slayer
In the game I am working on you remain in full control of your character during dialog, however if you walk away from a character I want the conversation to stop and the world space speech bubbles to disappear. This works exactly as intended for subtitle dialog, however when the player has the option of choosing a response, the response options (which appear following the player) will not disappear when exiting the conversation.

I am new to the Dialog System and so may just be over looking an option. If anyone has suggestions, I would greatly appreciate them.

Re: Response Options not hiding on Conversation Exit

Posted: Tue Apr 28, 2020 8:33 pm
by Tony Li
Oops, that's a bug. Here's a fix:

DS_ConversationStopPatch_2020-04-28.unitypackage

The issue was that custom menu panels not in the dialogue UI were not being hidden when prematurely halting a conversation. This fix will also be in the upcoming version 2.2.7.

Re: Response Options not hiding on Conversation Exit

Posted: Fri May 01, 2020 10:47 am
by Matt-The-Slayer
Thanks Tony, good to know I wasn't doing something incorrectly.

Re: Response Options not hiding on Conversation Exit

Posted: Fri May 01, 2020 1:25 pm
by Tony Li
Glad to help!