Response Options not hiding on Conversation Exit

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Matt-The-Slayer
Posts: 2
Joined: Tue Apr 28, 2020 4:05 pm

Response Options not hiding on Conversation Exit

Post 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.
User avatar
Tony Li
Posts: 22054
Joined: Thu Jul 18, 2013 1:27 pm

Re: Response Options not hiding on Conversation Exit

Post 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.
Matt-The-Slayer
Posts: 2
Joined: Tue Apr 28, 2020 4:05 pm

Re: Response Options not hiding on Conversation Exit

Post by Matt-The-Slayer »

Thanks Tony, good to know I wasn't doing something incorrectly.
User avatar
Tony Li
Posts: 22054
Joined: Thu Jul 18, 2013 1:27 pm

Re: Response Options not hiding on Conversation Exit

Post by Tony Li »

Glad to help!
Post Reply