Page 1 of 1

On First Ended Conversation (on scene) Alert UI is poping up

Posted: Wed Jul 06, 2022 6:20 am
by Saper
Hi

I have problem with Alert Panel UI, situation looks like this:
- Scene is loaded
- I start first conversation on this Scene
- Conversation Ends
- When last dialogue bubble hides then Alert Panel is popping up

Last node in conversation is blank and have Continue(); in Sequnece window.

Re: On First Ended Conversation (on scene) Alert UI is poping up

Posted: Wed Jul 06, 2022 10:41 am
by Tony Li
Hi,

In the first conversation, are you assigning a value to the Dialogue System variable "Alert"? At the end of conversations, the Dialogue System will check the value of the "Alert" variable. If it has any content, it will show that content as an alert message.

Re: On First Ended Conversation (on scene) Alert UI is poping up

Posted: Thu Jul 07, 2022 8:41 am
by Saper
Thanks Tony, probably I changed "Alert" var. to Bool and thanks to that we had this bug.
Correct me if i'm wrong Variable "Alert" need to be always in dialogue database, without it Alert panel wouldn't work?

Re: On First Ended Conversation (on scene) Alert UI is poping up

Posted: Thu Jul 07, 2022 8:52 am
by Tony Li
The alert panel will still work without the variable. The variable just provides an optional way to show alerts at the end of a conversation.