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
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
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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
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.
_Radagan
Sep 21, 2015 00:37
This bug has shown up again in 5.2!
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.
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..
jenioss
Sep 15, 2015 13:02
"Fixed in future release" Yes, can you release that release? Please? Someone?
Natrem
Sep 15, 2015 12:12
Having this issue in 5.2.0f3
R.Pete.G
Sep 15, 2015 11:37
Also having his exact issue in 5.2.0f3
Saduras
Sep 09, 2015 14:19
Just had exactly this issue in 5.2.0f3
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.
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.