Page 1 of 1
UI doesn't appear after Text Input
Posted: Tue Dec 10, 2019 3:49 am
by KakimaAkuma
- 1.PNG (7.83 KiB) Viewed 476 times
I have a Text Field UI before it and after I press enter, the UI doesn't show.
- 2.PNG (12.62 KiB) Viewed 476 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
Re: UI doesn't appear after Text Input
Posted: Tue Dec 10, 2019 3:52 am
by KakimaAkuma
PS: Even setting different actors doesn't make any kind of UI show
Re: UI doesn't appear after Text Input
Posted: Tue Dec 10, 2019 9:29 am
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 (5.4 KiB) Viewed 473 times
- kakima2.png (4.21 KiB) Viewed 473 times
- kakima3.png (7.71 KiB) Viewed 473 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).
Re: UI doesn't appear after Text Input
Posted: Tue Dec 10, 2019 7:02 pm
by KakimaAkuma
Thank you so much! It works like a charm.
Re: UI doesn't appear after Text Input
Posted: Tue Dec 10, 2019 8:45 pm
by Tony Li
Glad to help!