UI doesn't appear after Text Input

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
KakimaAkuma
Posts: 29
Joined: Mon Sep 09, 2019 9:51 pm

UI doesn't appear after Text Input

Post by KakimaAkuma »

1.PNG
1.PNG (7.83 KiB) Viewed 475 times
I have a Text Field UI before it and after I press enter, the UI doesn't show.
2.PNG
2.PNG (12.62 KiB) Viewed 475 times
I have set narrator UI to "Only During Content"
I don't really need the panel's visibility to be set to "Until Superceded" because I don't want it to show during Text Field UI
KakimaAkuma
Posts: 29
Joined: Mon Sep 09, 2019 9:51 pm

Re: UI doesn't appear after Text Input

Post by KakimaAkuma »

PS: Even setting different actors doesn't make any kind of UI show
User avatar
Tony Li
Posts: 22054
Joined: Thu Jul 18, 2013 1:27 pm

Re: UI doesn't appear after Text Input

Post by Tony Li »

Hi,

Some slightly different sequences might be the easiest way to do this. In the example scene you sent me, I set up these entries:

kakima1.png
kakima1.png (5.4 KiB) Viewed 472 times
kakima2.png
kakima2.png (4.21 KiB) Viewed 472 times
kakima3.png
kakima3.png (7.71 KiB) Viewed 472 times

A few notes:
  • The first node uses AnimatorTrigger(Hide, PC Subtitle Panel) to hide the subtitle panel while getting input from the player. I also turned off continue button mode so the nodes advance automatically as soon as the player presses Enter.
  • The third node turns on continue button mode and shows the PC Subtitle Panel (after a tiny delay to give the node time to activate the GameObject first).
KakimaAkuma
Posts: 29
Joined: Mon Sep 09, 2019 9:51 pm

Re: UI doesn't appear after Text Input

Post by KakimaAkuma »

Thank you so much! It works like a charm.
User avatar
Tony Li
Posts: 22054
Joined: Thu Jul 18, 2013 1:27 pm

Re: UI doesn't appear after Text Input

Post by Tony Li »

Glad to help!
Post Reply