Re: Response Menu is not focused
Posted: Tue Feb 18, 2025 7:32 am
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
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