Make continue button only appear after dialogue typewriter effect ended
-
- Posts: 82
- Joined: Wed Mar 31, 2021 6:48 pm
Make continue button only appear after dialogue typewriter effect ended
Hey quick question, is there a way I can make the continue button of my gameobject ONLY appear after each specific dialogue has finished?
Re: Make continue button only appear after dialogue typewriter effect ended
Hi,
Configure the typewriter effect's OnCharacter() event to hide the continue button, and OnEnd() to show it.
Configure the typewriter effect's OnCharacter() event to hide the continue button, and OnEnd() to show it.
-
- Posts: 82
- Joined: Wed Mar 31, 2021 6:48 pm