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
- Spot Light with 'Box' Shape stops working when it collides with Mesh
- Accepting Asset Store EULA endless loop in Package Manager window
- “InvalidOperationException: Sequence contains no matching element“ error when reenabling a custom Debug Draw Mode
- Prefab that contains a layout group is marked as changed by the Editor when opened
- Emission animation does not appear when the "Emission Map" parameter is set to black in a Lit material
Lando9000
Mar 30, 2016 09:16
I reproduced this bug in 5.3.2, I had a scroll view (nothing in the scroll view) in a panel under my canvas (nothing else in the scene), deleted my horizontal scroll bar as I didn't need it and then this error appeared.
Shadowing
Feb 17, 2016 10:19
This error is happening to me now. I don't think the steps listed to reproduce it is correct. I do agree with other posters that it seems to be related to ScrollRect
Seiraniel
Feb 17, 2016 02:48
I had the same issue but it seems resolved in 5.3.2p3. I say "it seems" because it happened somewhat randomly for me.
Wrymnn
Feb 06, 2016 19:58
Have 5.3.2 and not fixed! Don`t you test your changes Unity? How could you mark this as fixed?
bloodbc
Feb 04, 2016 14:17
Same here after upgrading a project on 5.3.1 !
Loden_Heathen
Feb 04, 2016 02:35
Have the issue in 5.3.2 still has anyone any word on when the fix will be released?
twick
Jan 31, 2016 22:44
This is NOT resolved in 5.3.2
bsawyer
Jan 29, 2016 20:33
Sorry, disregard my previous comment -- I have too many tabs open, and that was meant for a different issue.
bsawyer
Jan 29, 2016 20:32
I'm having some luck with 5.3.2p1 (NOT f1). So far I haven't been able to reproduce the flicker. But I'm hesitant to call this fixed so soon, given how intermittent it has been.
MaT.
Jan 29, 2016 14:04
This is not fixed in 5.3.2f1, I am going to create a new bug report.