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!
Sequencer Commands that manipulate DisplaySettings not working when allowSimultaneousConversations enabled
-
- Posts: 13
- Joined: Sun Jan 24, 2021 6:18 pm
Re: Sequencer Commands that manipulate DisplaySettings not working when allowSimultaneousConversations enabled
Hi,
It's fixed in the upcoming 2.2.41 release. Here's a patch in the meantime:
DS_SetTimeoutPatch_2023-10-27.unitypackage
It's fixed in the upcoming 2.2.41 release. Here's a patch in the meantime:
DS_SetTimeoutPatch_2023-10-27.unitypackage
-
- Posts: 13
- Joined: Sun Jan 24, 2021 6:18 pm