Page 3 of 3

Re: [HOWTO] How To: Continue Without UI Button

Posted: Thu Aug 11, 2022 1:42 pm
by Tony Li
Hi,

It's probably exactly 10 seconds, which is the timeout period if your panel is configured to wait for a Hide animation. Inspect the Dialogue Panel. Remove the Animator component if present. On the UIPanel component, clear the Show Animation Trigger and Hide Animator Trigger fields.

Re: [HOWTO] How To: Continue Without UI Button

Posted: Wed Aug 17, 2022 1:42 am
by timbecile
can you post a picture? I am not seeing either of those checkboxes in the Standard Dialog UI that I'm using

Re: [HOWTO] How To: Continue Without UI Button

Posted: Wed Aug 17, 2022 8:55 am
by Tony Li
Hi,

Inspect the Dialogue Panel GameObject. Here's an example using the Basic Standard Dialogue UI prefab:

noDialoguePanelAnimation1.png
noDialoguePanelAnimation1.png (98.5 KiB) Viewed 483 times

You could also untick these checkboxes, but that's optional:

noDialoguePanelAnimation2.png
noDialoguePanelAnimation2.png (104.93 KiB) Viewed 483 times

Re: [HOWTO] How To: Continue Without UI Button

Posted: Wed Aug 17, 2022 2:06 pm
by timbecile
that did it! thanks again Tony!

Re: [HOWTO] How To: Continue Without UI Button

Posted: Wed Aug 17, 2022 2:10 pm
by Tony Li
Glad to help!