Dialogue Editor Window does not display on Unity 2019.3 Dark Theme

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
User avatar
Gigacee
Posts: 3
Joined: Fri Dec 06, 2019 9:10 am

Dialogue Editor Window does not display on Unity 2019.3 Dark Theme

Post by Gigacee »

Dialogue Editor Window does not display on the following environments:

- Windows
- Unity 2019.3.0f1
- Datk Theme

Light themes do not cause this problem.
Attachments
20191206_232124.png
20191206_232124.png (50.74 KiB) Viewed 687 times
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Dialogue Editor Window does not display on Unity 2019.3 Dark Theme

Post by Tony Li »

Hi,

Did you by any chance delete or rename the Assets / Editor Default Resources folder?

Are there any errors or warnings in the Console?

Although asset store publishers typically can't officially support pre-release, alpha, and beta versions of Unity because they're constantly undergoing change, I've tested the pre-release versions of Unity 2019.3 and Unity 2020.1, and they seem to work with both themes:

ds2019_3.png
ds2019_3.png (35.12 KiB) Viewed 684 times
User avatar
Gigacee
Posts: 3
Joined: Fri Dec 06, 2019 9:10 am

Re: Dialogue Editor Window does not display on Unity 2019.3 Dark Theme

Post by Gigacee »

I recreated the empty project and imported the Dialogue System, but the display is still strange.

Some warnings have appeared on the console.
Attachments
20191207_005727.png
20191207_005727.png (89.96 KiB) Viewed 681 times
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Dialogue Editor Window does not display on Unity 2019.3 Dark Theme

Post by Tony Li »

Those warnings are fine. I'll plan to get rid of them anyway in the next update. They're because the example scene was made for Unity 2017+ so it includes a component named GUILayer that's eventually going to be removed from Unity. But it doesn't hurt anything; the warning is just informational.

What version of Windows are you using?

Are there any other assets in your project?
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Dialogue Editor Window does not display on Unity 2019.3 Dark Theme

Post by Tony Li »

Hi,

One possibility just occurred to me. Please go to the Actors tab and inspect your actors. If their Custom Node Color checkboxes are ticked, untick them. It's possible that they someone got set to a transparent color.
User avatar
Gigacee
Posts: 3
Joined: Fri Dec 06, 2019 9:10 am

Re: Dialogue Editor Window does not display on Unity 2019.3 Dark Theme

Post by Gigacee »

I found out the cause. I set the UI scaling to 150%, but when I set it to 100%, the problem disappeared.
Attachments
150.png
150.png (180.56 KiB) Viewed 676 times
100.png
100.png (167.81 KiB) Viewed 676 times
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Dialogue Editor Window does not display on Unity 2019.3 Dark Theme

Post by Tony Li »

Thank you for figuring that out. I'll make sure the Dialogue System handles this properly in the next update, and I'll post a patch here as soon as it's ready.
Post Reply