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.
Response Options not hiding on Conversation Exit
-
- Posts: 2
- Joined: Tue Apr 28, 2020 4:05 pm
Re: Response Options not hiding on Conversation Exit
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.
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.
-
- Posts: 2
- Joined: Tue Apr 28, 2020 4:05 pm
Re: Response Options not hiding on Conversation Exit
Thanks Tony, good to know I wasn't doing something incorrectly.
Re: Response Options not hiding on Conversation Exit
Glad to help!