Search Issue Tracker

Fixed in 5.3.0

Votes

0

Found in

4.6.1p2

Issue ID

661478

Regression

Yes

[Canvas] Nested canvas is set and remains set to lower left corner after entering and exiting play mode

UI

-

Steps to reproduce this issue:

-Open attached project
-Note the Canvas with a Nested Canvas.
-Change Nested Canvas to anchor stretch both horizontally and vertically
-Hit play
-Nested canvas is set to lower left corner
-Stop Play
-Note Nested Canvas is still set to lower left corner

Comments (21)

  1. Agent654

    Sep 21, 2015 20:16

    Ditto - ran into this with latest 5.2.0f3 version and it completely hoses the ability to run the project.

    Currently rolling back to the previous version to see if I can proceed to work on my project.

  2. _Radagan

    Sep 21, 2015 00:37

    This bug has shown up again in 5.2!

  3. KyleDwyer

    Sep 15, 2015 20:02

    Have also been experiencing this bug in 5.2.0f3

    We've found a fix for it, so I'll post it here for others dealing with this problem.

    our Panel's Hierarchy looked like this:

    -ScrollRect
    ---ScrollArea
    -----Content A
    -----Content B
    -----Content C

    and all of our Content objects were anchored to the bottom of the scroll area after upgrading to unity 5.2. We fixed it by changing our hierarchy to look like this:

    -ScrollRect
    ---EmptyObject
    -----ScrollArea
    -------Content A
    -------Content B
    -------Content C

    now everything works as it did in Unity 5.1

    We have experienced several bugs in the new Unity UI and for some reason, adding an empty, useless GameObject into the hierarchy fixes a surprising amount of them.

  4. jenioss

    Sep 15, 2015 13:04

    Unity devs, you should reallllllly work with patch and hotfix instead of release package... for our mental health.. please..

  5. jenioss

    Sep 15, 2015 13:02

    "Fixed in future release" Yes, can you release that release? Please? Someone?

  6. Natrem

    Sep 15, 2015 12:12

    Having this issue in 5.2.0f3

  7. R.Pete.G

    Sep 15, 2015 11:37

    Also having his exact issue in 5.2.0f3

  8. Saduras

    Sep 09, 2015 14:19

    Just had exactly this issue in 5.2.0f3

  9. Vinicios-de-Lima-Clarindo

    Feb 12, 2015 16:32

    Yes my project of unity 4.6.1 my scripts has been missing in inspector (the script of sprite renderer button and etc...) and have this error "Asset 'C:/Program Files (x86)/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.2/UnityEngine.UI.dll' is in timestamps but is not known in guidmapper..."

    Sorry bad english from Brasil.

  10. dog_funtom

    Jan 30, 2015 13:21

    I didn't have this bug while I used 4.6.1. But after I upgraded to 4.6.2 in which, as you claim, you fixed it, I'm actually facing it now.

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.