Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Bug Overlays: View Options throws errors in specific cases

Discussion in '2021.2 Beta' started by Lurking-Ninja, Jun 4, 2021.

  1. Unity 2021.2.0a19

    screenshot1.png

    Code (CSharp):
    1. Layout update is struggling to process current layout (consider simplifying to avoid recursive layout): VisualElement unity-panel-container6 (x:0.00, y:0.00, width:942.86, height:436.00) world rect: (x:0.00, y:0.00, width:942.86, height:436.00)
    2. UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
    This happens when you collapse the "View Options" overlay toolbar, stick to some corner (as a toolbar button!) and open up with the arrow. The trouble is that it sometimes "calms down" which means seemingly doesn't generate the error, then it starts again.
     
  2. gabrielw_unity

    gabrielw_unity

    Unity Technologies

    Joined:
    Feb 19, 2018
    Posts:
    963
    Hey! Sorry I missed this one - looking into it :)
     
  3. gabrielw_unity

    gabrielw_unity

    Unity Technologies

    Joined:
    Feb 19, 2018
    Posts:
    963
    Actually - have you filed a bug report on it? That would ensure the dev team can get to it. Thanks!
     
  4. No worries. The problem still exists in a21.

    Case number: 1344032

    Update:
    QA asked me to make a video demonstrating the issue, I share it here too just in case it is useful for anyone:

     
    Last edited by a moderator: Jun 23, 2021
    LeonhardP and gabrielw_unity like this.