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

UI

-

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

Comments (52)

  1. electric_jesus

    Jan 16, 2016 10:30

    Not resolved in 5.3.1p3.

  2. 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.

  3. jeff.mills.chaoticmoon

    Jan 14, 2016 23:59

    The problem goes away in my case when I remove the scrollbar element.

  4. vjb

    Jan 14, 2016 19:29

    Still not fixed as of Patch 5.3.1p3

  5. Vapid-Linus

    Jan 11, 2016 20:49

    This was not fixed, 5.3.1f1

  6. demonpants

    Jan 11, 2016 02:19

    Still in 5.3.1p2.

  7. 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.

  8. bedorlan

    Jan 09, 2016 14:34

    +1

  9. vjb

    Jan 06, 2016 19:25

    We really need a fix for this. This is still not resolved.

  10. 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.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.