Page 1 of 1

Text missing in conversation

Posted: Sat Mar 28, 2020 3:03 am
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.

Re: Text missing in conversation

Posted: Sat Mar 28, 2020 9:21 am
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.

Re: Text missing in conversation

Posted: Sat Apr 04, 2020 8:25 am
by lindalabuschagne
Ok so I put the text in the title instead of the Dialogue Text. Thanks

Re: Text missing in conversation

Posted: Sat Apr 04, 2020 11:38 am
by Tony Li
Hi,

Glad you found the issue.