Page 1 of 1

Sequencer Commands that manipulate DisplaySettings not working when allowSimultaneousConversations enabled

Posted: Fri Oct 27, 2023 3:01 am
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!

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

Posted: Fri Oct 27, 2023 8:14 am
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

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

Posted: Sun Oct 29, 2023 1:19 am
by tomwilhelm
Thank you!

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

Posted: Sun Oct 29, 2023 9:16 am
by Tony Li
Happy to help!