- Home /
This question was
closed Nov 16, 2020 at 01:23 PM by
Nucleareal for the following reason:
The question is answered, right answer was accepted
Question by
Nucleareal · Nov 16, 2020 at 11:04 PM ·
errorerror message
Error When Loading and White out all UI elements
I have a problem when load a project.
UnityEditor.WindowLayout:LoadDefaultWindowPreferences() But this project does not contain any EditorWindow. and, all UI elements are paint with white (also Playing in Editor). I tried changing texture and color, but it was not worked. "Build and run" has not problem (white out), but it is inconvenience to build and test each round. I googled and tried some ways but It is not they were not valid. For example, Delete All Library/ and reopen project. Unity 2019.4.14f1 PersonalThe editor layout could not be fully loaded, this can happen when the layout contains EditorWindows not available in this project
Comment
Fixed. It was a problem of the default shader. It was accidently changed to Addtive, and I was confused. Thanks.