Dialogue doesn't display

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Onebit
Posts: 15
Joined: Tue Aug 15, 2023 1:01 pm

Dialogue doesn't display

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

Re: Dialogue doesn't display

Post 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:

Onebit
Posts: 15
Joined: Tue Aug 15, 2023 1:01 pm

Re: Dialogue doesn't display

Post by Onebit »

I got all of this.
Image
Image
Image
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Dialogue doesn't display

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