Page 1 of 1

Dialogue doesn't display

Posted: Sat Dec 16, 2023 12:10 pm
by Onebit
Hi,

Recently, I was experimenting an error that doesn't display the dialogue of a character.
Image
Here are some extra screenshots if that can help to solve it.
Image
Image

Re: Dialogue doesn't display

Posted: Sat Dec 16, 2023 3:59 pm
by Tony Li
Hi,

Those screenshots look like it should work. Please temporarily set the Dialogue Manager's Other Settings > Debug Level to Info and reproduce the issue. This will log activity to the Console window, which should help you identify the problem.

More info:


Re: Dialogue doesn't display

Posted: Sun Dec 17, 2023 3:44 am
by Onebit
I got all of this.
Image
Image
Image

Re: Dialogue doesn't display

Posted: Sun Dec 17, 2023 9:52 am
by Tony Li
Hi,

Thanks for posting the logs. They show that the underlying conversation engine is properly the correct dialogue entries. But it's not appearing in the UI.

Are there any warnings in the Console window? Make sure the Console isn't filtering out warnings.

If there are no warnings, please reproduce the issue and inspect the dialogue UI's subtitle text GameObject. Does the Text / TextMeshProUGUI component contain the text "Son, are you wake up?" (Side note: Consider changing it to "Son, are you awake?")

If the Text / TextMeshProUGUI component does contain the text, check if the GameObject is active.

If it doesn't contain the text, are you pausing the game during conversations? If so, what is the Dialogue Manager GameObject's Other Settings > Dialogue Time set to?