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.

Bug When selecting a Prefab in Project view GUIView.RepaintAll.RepaintScene endless loop

Discussion in '2020.1 Beta' started by truefx001, Apr 13, 2020.

  1. truefx001

    truefx001

    Joined:
    Jan 30, 2013
    Posts:
    132
    Hi,

    I have encountered now with this 2020.1.0b5 beta another bug when I loaded in my main scene,

    and selected a Prefab in Project window the HOLD ON GuiView.RepaintAll.RepaintScene message

    appeared and would not go away making the editor not respond anymore.

    I also get more UI errors per update for my chat window in-game that I did not have in 2018.2
    (did not test 2019.2) Unity_ta5Us50lKo.png

    And this here is the error message per update that I get in Player.log in build now not sure if it's related but did not have this in 2018.2
    notepad_rpau1WMWI9.png
     
    Last edited: Apr 13, 2020
    ArcherAV likes this.
  2. Aokkii

    Aokkii

    Joined:
    Nov 3, 2013
    Posts:
    117
    Last edited: May 4, 2020
  3. LeonhardP

    LeonhardP

    Unity Technologies

    Joined:
    Jul 4, 2016
    Posts:
    3,111
    The popup is a new addition to the Editor in 2020.1. It is not the cause for the stalls but merely exposes them.

    See https://forum.unity.com/threads/lots-of-busy-hold-on-etc.833644/#post-5512300

    Regarding the Editor freezes, could you please submit a bug report with a minimal reproduction project if you are encountering unexpected stalls?

    This could be an instance of this bug: https://issuetracker.unity3d.com/product/unity/issues/guid/1217348/
    We'd have to have a look at a reproducible though to be sure, so a bug report would be appreciated in this case as well.