Howdy, I’ve been searching through some other answers here and have found many, but they are all pre-2018 and I was hoping there was a more modern solution to this.
I want my director to advance via Dialogue, exactly as described in this thread:
The solution from a few years ago was to use
playableDirector.playableGraph.GetRootPlayable(0).SetSpeed(0)
and set speed back to 1 when done with the dialogue.
It was mentioned that they were looking for a more elegant solution to this, has one been implemented since? Or is this still the standard for this solution? Thanks!