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

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Saper
Posts: 52
Joined: Tue Jan 12, 2021 11:25 am

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

Post 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.
User avatar
Tony Li
Posts: 21977
Joined: Thu Jul 18, 2013 1:27 pm

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

Post 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.
Saper
Posts: 52
Joined: Tue Jan 12, 2021 11:25 am

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

Post 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?
User avatar
Tony Li
Posts: 21977
Joined: Thu Jul 18, 2013 1:27 pm

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

Post 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.
Post Reply