You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the current behavior?
When calling Stop() on the DialogueRunner and then restarting dialogue, and then starting dialogue, the first line of dialogue in the new node is not displayed, and only part of the second line is displayed. This happens whether StartDialogue is called immediately after Stop or after onDialogueComplete is triggered. Waiting a frame or for N seconds after Stop() avoids the issue.
start_Stop_bug_unity.mov
Discovered in the Godot port in this issue, where I observed in the debugger that two calls to RunLineAsync run simultaneously when the issue occurs (screenshots in the Godot issue) YarnSpinnerTool/YarnSpinner-Godot#86
Please provide the steps to reproduce, and if possible a minimal demo of the problem:
Run the sample scene and click the Normal Bid or onDialogueComplete Bid buttons
Reproduction project StartStopBug.zip
What is the expected behavior?
Maybe some of these cases are not expected to work, but I would think at least the onDialogueComplete case should work ideally?
Please tell us about your environment:
Yarn Spinner Version: v3.0.0-beta1
Unity Version: 2022.3.53f1
The text was updated successfully, but these errors were encountered:
What is the current behavior?
When calling Stop() on the DialogueRunner and then restarting dialogue, and then starting dialogue, the first line of dialogue in the new node is not displayed, and only part of the second line is displayed. This happens whether StartDialogue is called immediately after Stop or after onDialogueComplete is triggered. Waiting a frame or for N seconds after Stop() avoids the issue.
start_Stop_bug_unity.mov
Discovered in the Godot port in this issue, where I observed in the debugger that two calls to RunLineAsync run simultaneously when the issue occurs (screenshots in the Godot issue)
YarnSpinnerTool/YarnSpinner-Godot#86
Please provide the steps to reproduce, and if possible a minimal demo of the problem:
Run the sample scene and click the Normal Bid or onDialogueComplete Bid buttons
Reproduction project
StartStopBug.zip
What is the expected behavior?
Maybe some of these cases are not expected to work, but I would think at least the onDialogueComplete case should work ideally?
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: