Search Issue Tracker
Fixed in 5.3.3
Votes
0
Found in
5.3.0f4
Issue ID
752069
Regression
Yes
[Editor]Layout rebuild loop error when resizing game view
Repro steps:
1) Open users project, go to "main" scene.
2) Try changing game window size.
3) Notice errors in the console.
"Trying to add (Layout Rebuilder for) Row 0 (UnityEngine.RectTransform) for layout rebuild while we are already inside a layout rebuild loop. This is not supported.
UnityEngine.Canvas:SendWillRenderCanvases()
Trying to add (Layout Rebuilder for) Row 1 (UnityEngine.RectTransform) for layout rebuild while we are already inside a layout rebuild loop. This is not supported.
UnityEngine.Canvas:SendWillRenderCanvases()
Trying to add (Layout Rebuilder for) Content (UnityEngine.RectTransform) for layout rebuild while we are already inside a layout rebuild loop. This is not supported.
UnityEngine.Canvas:SendWillRenderCanvases()"
Reproduced with: 5.3.0f4, 5.3.0f3, 5.3.0f2, 5.3.0f1, 5.4.0a6
Did not reproduce with: 5.2.3f1, 5.3.0b1
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
electric_jesus
Jan 16, 2016 10:30
Not resolved in 5.3.1p3.
DMinsky
Jan 15, 2016 21:54
I found that this issue is reproduced (in 5.3.1p3) for hierarchy like this:
Canvas
- Rect Transform
- - Horizontal Layout Group
- - - Layout Element
- - - - Horizontal Layout Group
- - - - - Layout Element
- - - - - Layout Element
- - - - - ...
If you remove deepest Horizontal Layout Group - this error message is gone.
jeff.mills.chaoticmoon
Jan 14, 2016 23:59
The problem goes away in my case when I remove the scrollbar element.
vjb
Jan 14, 2016 19:29
Still not fixed as of Patch 5.3.1p3
Vapid-Linus
Jan 11, 2016 20:49
This was not fixed, 5.3.1f1
demonpants
Jan 11, 2016 02:19
Still in 5.3.1p2.
Dinosaurs
Jan 10, 2016 22:44
Also still seeing this in 5.3.1p1, it's blocking me from working on some major features in my project.
bedorlan
Jan 09, 2016 14:34
+1
vjb
Jan 06, 2016 19:25
We really need a fix for this. This is still not resolved.
patrickt
Jan 06, 2016 00:17
This is not resolved in 5.3.1p1, this should be a showstopper for further releases, it completely destroys our game UI.