Page 3 of 3

Re: Response Menu is not focused

Posted: Tue Feb 18, 2025 7:32 am
by Tony Li
Hi,

Since that node is gray, it will be shown in the NPC subtitle panel. Add a typewriter effect to the NPC subtitle panel's subtitle Text GameObject. If the Subtitle Text has a UI Text element, add a UnityUITypewriterEffect. If it has a TextMeshProUGUI, add a TextMeshProTypewriterEffect. If it uses Text Animator for Unity, see the Text Animator integration,

Then make sure the node's Sequence will last long enough for the typewriter to finish. See: How To: Control the Duration of Subtitle Text

Re: Response Menu is not focused

Posted: Tue Feb 18, 2025 8:32 am
by Saper
Hi Tony

In my Dialogue Manager sytuation looks like this:
Default Sequence: Delay({{end}})
Default Player Sequence: nothing
Default Response Menu Sequence: nothing

Only when there is response menu Typewriter effect not working

Re: Response Menu is not focused

Posted: Tue Feb 18, 2025 8:34 am
by Tony Li
The gray node has a blue play icon that indicates that it has a Sequence. What's in the Sequence field of the gray node?

Re: Response Menu is not focused

Posted: Tue Feb 18, 2025 8:57 am
by Saper
It's a sequence for channging portrait animation.
After cutting it out of the field and setting the sequence field to be empty, the typewriter effect works.

What can i do to have both? :D

Re: Response Menu is not focused

Posted: Tue Feb 18, 2025 9:21 am
by Tony Li
Hi,

Include "{{default}}" in the Sequence to include the Default Sequence. Example:

Code: Select all

AnimatorPlay(Smile, speakerportrait);
{{default}}