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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
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?