Page 1 of 1

Make continue button only appear after dialogue typewriter effect ended

Posted: Fri Apr 23, 2021 12:36 pm
by soniclinkerman
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

Posted: Fri Apr 23, 2021 1:06 pm
by Tony Li
Hi,

Configure the typewriter effect's OnCharacter() event to hide the continue button, and OnEnd() to show it.

Re: Make continue button only appear after dialogue typewriter effect ended

Posted: Fri Apr 23, 2021 1:37 pm
by soniclinkerman
Thanks Tony!

Re: Make continue button only appear after dialogue typewriter effect ended

Posted: Fri Apr 23, 2021 1:46 pm
by Tony Li
Happy to help!