Dialogue Editor Window does not display on the following environments:
- Windows
- Unity 2019.3.0f1
- Datk Theme
Light themes do not cause this problem.
Dialogue Editor Window does not display on Unity 2019.3 Dark Theme
Dialogue Editor Window does not display on Unity 2019.3 Dark Theme
- Attachments
-
- 20191206_232124.png (50.74 KiB) Viewed 687 times
Re: Dialogue Editor Window does not display on Unity 2019.3 Dark Theme
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:
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:
Re: Dialogue Editor Window does not display on Unity 2019.3 Dark Theme
I recreated the empty project and imported the Dialogue System, but the display is still strange.
Some warnings have appeared on the console.
Some warnings have appeared on the console.
- Attachments
-
- 20191207_005727.png (89.96 KiB) Viewed 681 times
Re: Dialogue Editor Window does not display on Unity 2019.3 Dark Theme
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?
What version of Windows are you using?
Are there any other assets in your project?
Re: Dialogue Editor Window does not display on Unity 2019.3 Dark Theme
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.
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.
Re: Dialogue Editor Window does not display on Unity 2019.3 Dark Theme
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 (180.56 KiB) Viewed 676 times
-
- 100.png (167.81 KiB) Viewed 676 times
Re: Dialogue Editor Window does not display on Unity 2019.3 Dark Theme
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.