Make continue button only appear after dialogue typewriter effect ended

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
soniclinkerman
Posts: 82
Joined: Wed Mar 31, 2021 6:48 pm

Make continue button only appear after dialogue typewriter effect ended

Post 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?
User avatar
Tony Li
Posts: 22037
Joined: Thu Jul 18, 2013 1:27 pm

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

Post by Tony Li »

Hi,

Configure the typewriter effect's OnCharacter() event to hide the continue button, and OnEnd() to show it.
soniclinkerman
Posts: 82
Joined: Wed Mar 31, 2021 6:48 pm

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

Post by soniclinkerman »

Thanks Tony!
User avatar
Tony Li
Posts: 22037
Joined: Thu Jul 18, 2013 1:27 pm

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

Post by Tony Li »

Happy to help!
Post Reply