Sequencer Commands that manipulate DisplaySettings not working when allowSimultaneousConversations enabled

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
tomwilhelm
Posts: 13
Joined: Sun Jan 24, 2021 6:18 pm

Sequencer Commands that manipulate DisplaySettings not working when allowSimultaneousConversations enabled

Post by tomwilhelm »

Hey,
The latest update creates a new instance of DisplaySettings used by a ConversationView when DialogueManager.allowSimultaneousConversations is true.
Sequencer Commands like SetTimeout applies changes to DialogueManager.displaySettings.inputSettings.responseTimeout instead of the DisplaySettings associated with the active ConversationView.
A fix for this would be greatly appreciated.
Thanks!
User avatar
Tony Li
Posts: 21679
Joined: Thu Jul 18, 2013 1:27 pm

Re: Sequencer Commands that manipulate DisplaySettings not working when allowSimultaneousConversations enabled

Post by Tony Li »

Hi,

It's fixed in the upcoming 2.2.41 release. Here's a patch in the meantime:

DS_SetTimeoutPatch_2023-10-27.unitypackage
Post Reply