Typewriter effect when using Timeline
Posted: Mon Nov 18, 2024 7:01 pm
I'm using Timeline to run my conversation. I'm using continue tracks for each not continuously, and then using the
To pause the timeline until the player hits the continue button.
The TextMesh Pro Typewriter effect seems to only work once, it doesn't restart with each new node. Is there a way I can fix this?
If it's helpful I'm using the Yarn 1 import.
Code: Select all
<<seq Timeline(speed, Conversation, 0);
required Timeline(speed, Conversation, 1)@Message(ClosedSubtitle);>>
The TextMesh Pro Typewriter effect seems to only work once, it doesn't restart with each new node. Is there a way I can fix this?
If it's helpful I'm using the Yarn 1 import.