UI doesn't appear after Text Input
-
- Posts: 29
- Joined: Mon Sep 09, 2019 9:51 pm
UI doesn't appear after Text Input
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
-
- Posts: 29
- Joined: Mon Sep 09, 2019 9:51 pm
Re: UI doesn't appear after Text Input
PS: Even setting different actors doesn't make any kind of UI show
Re: UI doesn't appear after Text Input
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:
A few notes:
Some slightly different sequences might be the easiest way to do this. In the example scene you sent me, I set up these entries:
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).
-
- Posts: 29
- Joined: Mon Sep 09, 2019 9:51 pm
Re: UI doesn't appear after Text Input
Thank you so much! It works like a charm.
Re: UI doesn't appear after Text Input
Glad to help!