Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

2020.1.0a18 - The editor layout could not be fully loaded, ...

Discussion in '2020.1 Beta' started by APSchmidt, Jan 8, 2020.

  1. APSchmidt

    APSchmidt

    Joined:
    Aug 8, 2016
    Posts:
    4,388
    Code (CSharp):
    1. The editor layout could not be fully loaded, this can happen when the layout contains EditorWindows not available in this project
    I'm getting this message each time I upgrade to an Alpha version, whatever the project. The layout in question is a layout I customised to my liking. It contains:
    • hierarchy,
    • project,
    • scene,
    • game,
    • inspector,
    • console,
    • animation,
    • animator,
    • tile palette,
    all of them being available in the project.
     
  2. Lars-Steenhoff

    Lars-Steenhoff

    Joined:
    Aug 7, 2007
    Posts:
    3,439
    did you try a reset to default and after load again your saved layout?
     
  3. APSchmidt

    APSchmidt

    Joined:
    Aug 8, 2016
    Posts:
    4,388
    Of course I have. Sorry for not mentioning it. :)
     
  4. APSchmidt

    APSchmidt

    Joined:
    Aug 8, 2016
    Posts:
    4,388
    Same thing in 2020.1.0a19.
     
  5. APSchmidt

    APSchmidt

    Joined:
    Aug 8, 2016
    Posts:
    4,388
    Same in 2019.2.18f1.
     
  6. The_Unity_Cat

    The_Unity_Cat

    Unity Technologies

    Joined:
    Jun 12, 2017
    Posts:
    8
    Hello APSchmidt! Mind sharing your layout perhaps? it's found in: [userhome]\AppData\Roaming\Unity\Editor-5.x\Preferences\Layouts (on Windows) or - ~/Library/Preferences/Unity/Editor-5.x/Layouts/ for Mac
     
  7. APSchmidt

    APSchmidt

    Joined:
    Aug 8, 2016
    Posts:
    4,388
    I know where they are. :)

    Here, I join a zip with them inside.
     

    Attached Files:

  8. The_Unity_Cat

    The_Unity_Cat

    Unity Technologies

    Joined:
    Jun 12, 2017
    Posts:
    8
    Hello APSchmidt! I tried the layouts and they do show up ok! But i got the message as well in my project.
    After saving this layout, however, and reloading Unity the message went away forever.
    There was an issue with UnityEditorToolbar being saved in layouts, that got fixed in 2020.1.0a21. This version of the Editor is undergoing release testing and will come out some time next week.

    upload_2020-1-23_15-46-1.png
     
  9. APSchmidt

    APSchmidt

    Joined:
    Aug 8, 2016
    Posts:
    4,388
    I'm glad this is happening to you as well. Since it's not a real problem would there be a way to hide this specific message without hiding the other notifications?

    Looks good with the dark theme, doesn't it? :D
     
  10. APSchmidt

    APSchmidt

    Joined:
    Aug 8, 2016
    Posts:
    4,388
    By the way, I found out that there is a "CurrentLayout-default.dwlt" and a "CurrentMaximizeLayout.dwlt" in the Library folder. What are they for?
     
  11. The_Unity_Cat

    The_Unity_Cat

    Unity Technologies

    Joined:
    Jun 12, 2017
    Posts:
    8
    Sorry, I know it can be annoying to get unrelated console messages.. but besides the console message filtering (which hides everything) , or clearing the console after the first i can't think of anything else :/
     
  12. APSchmidt

    APSchmidt

    Joined:
    Aug 8, 2016
    Posts:
    4,388
    Oh, it's okay. Thank you for trying. :)
     
  13. The_Unity_Cat

    The_Unity_Cat

    Unity Technologies

    Joined:
    Jun 12, 2017
    Posts:
    8
    I'm not sure about "CurrentLayout-default.dwlt" and a "CurrentMaximizeLayout.dwlt" - I'll have to ask around.
     
    APSchmidt likes this.
  14. The_Unity_Cat

    The_Unity_Cat

    Unity Technologies

    Joined:
    Jun 12, 2017
    Posts:
    8
    So CurrentLayout-default.dwlt is whatever random layout you use...
    CurrentMaximizeLayout.dwlt is generated when you go in full view mode (i.e. Pressing shift+space bar in the game view)
     
    NotaNaN and APSchmidt like this.
  15. APSchmidt

    APSchmidt

    Joined:
    Aug 8, 2016
    Posts:
    4,388
    Update: message pops up in 2020.1.0a20 too.
     
  16. APSchmidt

    APSchmidt

    Joined:
    Aug 8, 2016
    Posts:
    4,388
    Update, and good news: the message is not there in 2020.1.0a21 and 2019.3.0f6.

    I wonder if it's a pure coincidence or if it's due to the fact that I changed my layouts this morning by checking "VSync (Game View only) in the Game view and saving the new versions. It wasn't checked before.