Typewriter Effect Not Working

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
RetroVertigo
Posts: 55
Joined: Fri Apr 16, 2021 4:32 pm

Typewriter Effect Not Working

Post by RetroVertigo »

In the midst of working on my conversation cutscene setups, etc. I just noticed my typewriter effect is not working. I have added the Unity UI Typewriter Effect to my text GO in my canvas, but the words just come up all at once.

TyperWriter Effect:
Image

Cutscene Entity:
Image

Dialog Manager:
Image

Image
User avatar
Tony Li
Posts: 21977
Joined: Thu Jul 18, 2013 1:27 pm

Re: Typewriter Effect Not Working

Post by Tony Li »

Hi,

The subtitle text GameObject appears to be named "Message Text (1)". Does this mean you duplicated the original "Message Text"? If so, is something maybe not hooked up (e.g., the subtitle panel's Subtitle Text field)?

Are you using UI Text or TextMesh Pro? If you're using TextMesh Pro, please use a TextMeshProTypewriterEffect instead of UnityUITypewriterEffect.

Another possibility is that the subtitle is ending immediately. This could happen if you're issuing a "continue" by clicking the continue button or using a Continue Conversation clip in Timeline.
RetroVertigo
Posts: 55
Joined: Fri Apr 16, 2021 4:32 pm

Re: Typewriter Effect Not Working

Post by RetroVertigo »

Seems my issue was the TextMesh typerwriter effect not being used. Thanks!
User avatar
Tony Li
Posts: 21977
Joined: Thu Jul 18, 2013 1:27 pm

Re: Typewriter Effect Not Working

Post by Tony Li »

Thanks for the update. I'm glad you found the issue.
Post Reply