Text missing in conversation
-
- Posts: 3
- Joined: Fri Mar 27, 2020 7:17 am
Text missing in conversation
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 (470.75 KiB) Viewed 598 times
Re: Text missing in conversation
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.
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.
-
- Posts: 3
- Joined: Fri Mar 27, 2020 7:17 am
Re: Text missing in conversation
Ok so I put the text in the title instead of the Dialogue Text. Thanks
Re: Text missing in conversation
Hi,
Glad you found the issue.
Glad you found the issue.