In the method DialogueSystemController.OnEndConversation you invoke
Code: Select all
RestoreOriginalUI();
Code: Select all
originalDisplaySettings = null.
And then code restores default DisplaySettings which is very bad.
Please, mark originalDisplaySettings with [HideInInspector], the thing is very rare and someone car run into it only in editor. But coder may spend hours (as me) to resolve its consequences.