Did something change in the latest version of Dialogue System about
Code: Select all
DialogueManager.instance.BroadcastMessage("OnConversationContinueAll", SendMessageOptions.DontRequireReceiver)
I was using this to skip automatically to the next dialogue entry in my conversation (custom sequencer command) but it stopped working. I now need to press the ESC key to skip forward.