Closed
Description
I'm using this component for tutorial dialogue. There is a case where I use it in a pause screen where Time.timeScale = 0. This component doesn't work there.
I tried changing this line:
yield return new WaitForSeconds(this.characterPrintDelays[currPrintedChars - 1]);
to
yield return new WaitForSecondsRealtime(this.characterPrintDelays[currPrintedChars - 1]);
but it leads to an exception related to the array characterPrintDelays.
Can you please add the option? Like a bool field to toggle using scaled time or not
Metadata
Metadata
Assignees
Labels
No labels