NGUI text remove when response menu show up

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
heyask
Posts: 5
Joined: Mon Jun 20, 2016 4:13 pm

NGUI text remove when response menu show up

Post by heyask »

what i mean is,

Code: Select all

1. first text       click     2. second text    click   3. (no text, text removed, I want to second text to be remained.)
[next button]     ---->     [next button]     ----->       [response menu 1]
                                                                             [response menu 2]
                                                                              ...
it only shows response menu.
but your example, like "Feature Demo with Continue Button", does not remove text.
I'm not sure if just ngui remove text or not.
in conclusion, How not to remove text even it shows response menu?
User avatar
Tony Li
Posts: 22107
Joined: Thu Jul 18, 2013 1:27 pm

Re: NGUI text remove when response menu show up

Post by Tony Li »

Hi,

Assign the same NPC Subtitle UI elements to your dialogue UI's Dialogue > Reponse Menu > Subtitle Reminder section. If your subtitle line (UILabel) plays a typewriter effect, make a copy of it. Remove the typewriter effect, and assign the copy to Subtitle Reminder.
Post Reply