nathanhoad / godot_dialogue_manager

A powerful nonlinear dialogue system for Godot
MIT License
2.22k stars 170 forks source link

Allow parallel C# next line requests #686

Closed nathanhoad closed 1 month ago

nathanhoad commented 1 month ago

This addresses an issue where calls to DialogueManager.GetNextDialogueLine within the same tick would all return the value from the first request.