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

    Jan 29, 2016 08:58

    Not Fixed in 5.3.2f1

  2. Xemenas

    Jan 28, 2016 17:59

    Just downloaded 5.3.2 and the issue still is not fixed. I've put my structure below:

    VerticalLayout
    -RectTransform
    --ScrollRect
    ---HorizontalLayout

  3. Salazar

    Jan 26, 2016 22:10

    5.3.1p3 Same issue.

    Parent Components = RectMask2D + ScrollRect + Canvas Renderer + UIImage
    Child Components = Vertical Layout Group + ContentSize Fitter + Custom Script(that resets scroll view position when enabled)

    When I not use Vertical Layout Group-> Padding -> Top Field problem goes away.

    Regards,

  4. wbwelcomeback

    Jan 24, 2016 19:45

    Getting this errors too. Seems not to be fixed completely. 5.3.1f1

  5. flintmech

    Jan 22, 2016 15:44

    Not listed in the fixes for 5.3.1p4, released today. Come on, Unity! What's the point in marking something resolved if you aren't going to release the fix in patch build releases?

  6. bsawyer

    Jan 19, 2016 13:17

    This issue isn't listed in the release notes for any of the 5.3.1p patch releases so far (as of p3). When are we supposed to expect this fix to be released? 5.3.2? It would be extremely helpful to have this kind of information. Without it, marking an issue as Resolved is sort of pointless.

  7. TrophyManager

    Jan 19, 2016 12:50

    Still Happening in 5.3.1.p3:

  8. Nakor

    Jan 19, 2016 05:19

    Issue happens on every compile and every run with 5.3.1p1. It is happening for me after I have added a grid layout to a scroll view.

  9. sdpgames

    Jan 18, 2016 07:48

    Confirming frequent occurence in 5.3.1p3 PC

  10. okok9

    Jan 18, 2016 00:06

    This is a scrollbar issue and should not be marked as fixed - still happening.

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.