Text missing in conversation

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
lindalabuschagne
Posts: 3
Joined: Fri Mar 27, 2020 7:17 am

Text missing in conversation

Post by lindalabuschagne »

Hi, I am following the very first tutorial in the Dialogue System - I have followed all the steps up to 2:08 where we test the basic conversation that plays on start. However, the text is completely missing. I have tried it in two scenes. The only difference between the tutorial and my scene is the build is for Android. I attach a screenshot.
Attachments
screenshot.png
screenshot.png (470.75 KiB) Viewed 597 times
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: Text missing in conversation

Post by Tony Li »

Hi,

Did you add the text to the Dialogue Text field?

You can also temporarily set the Dialogue Manager's Other Settings > Debug Level to Info. This will log the Dialogue System's activity to the Console window. It should give you an indication of whether the problem is with the database or the UI. If it logs lines such as:

Dialogue System: NPC says ''

then the problem is with the database (for example, the text got entered into the wrong field and not the Diallogue Text field).

Dialogue System: NPC says 'Hello'

then the problem is with the UI and not the database. Perhaps the default Unity font is missing in your project.

You can also click the Dialogue Manager's Localization Settings > "Reset Language PlayerPrefs" button and untick Use System Language. This will tell the Dialogue System to use the default language if for some reason you've accidentally halfway set up language localization.
lindalabuschagne
Posts: 3
Joined: Fri Mar 27, 2020 7:17 am

Re: Text missing in conversation

Post by lindalabuschagne »

Ok so I put the text in the title instead of the Dialogue Text. Thanks
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: Text missing in conversation

Post by Tony Li »

Hi,

Glad you found the issue.
Post Reply