Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2017.2.0f3
Issue ID
959254
Regression
Yes
"Trying to add UI_Console" and other errors pop up when SetActive() method is called
How to reproduce:
1. Open attached Unity project "Dwarf Mountain New"
2. Load scene "Game"
3. Enter Play mode
Expected Result: Game plays without any errors
Actual Result: "Trying to add UI_Console (UnityEngine.UI.Image) for graphic rebuild while we are already inside a graphic rebuild loop. This is not supported." and similar errors occur.
Regression first introduced in: 2017.2.0a1.
Reproducible with: 2018.1.0a1, 2017.3.0b5, 2017.2.0f3, 2017.2.0a2.
Not reproducible with: 5.5.5p1, 5.6.4f1, 2017.1.2p1, 2017.2.0a1.
Note: SetActive() method is located in WindowConsole.cs script, line 105.
Comments (27)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Specular highlight appears in fully shadowed areas when HDRP Shadow Color is tinted
- [Ubuntu] VFX Graph Enum Value menu stretches across screen when entered long Enum Value
- Unclear warning message in Rendering Debugger about the Play mode Debugger Overlay
- [Android][iOS] Particles are not affected by External Forces when loaded from AssetBundles with Strip Engine Code enabled
- Rendering Debugger "STP" and "Reflection Probe Atlas" overlays don't change size when changing the "Map Size"
mitaywalle
Mar 17, 2020 18:26
use this:
- https://docs.unity3d.com/ru/current/ScriptReference/UI.CanvasUpdateRegistry.IsRebuildingGraphics.html
...
- https://docs.unity3d.com/ru/current/ScriptReference/UI.CanvasUpdateRegistry.IsRebuildingLayout.html
AroGD
Oct 10, 2019 16:23
I have the same problem in Unity 2019.2.8f1, any solution so far?
whuaso79
Mar 29, 2019 01:37
happening in 2018.3 again
jtremblay_unity
Feb 19, 2018 02:38
So was this resolved for 2017.2.0f3?