Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.6.0b3
Issue ID
870698
Regression
Yes
Content of nested Canvas is rendered at wrong position after pressing play
How to reproduce:
1. Open the attached "WrongPositionBug" project
2. Open the "test" scene and press play
3. Go to the scene view, notice that the Content of the nested Canvases (except the child Canvas of the main one) is rendered in wrong positions
Regression introduced in: 5.5.0b3
Reproducible: 5.5.0p4, 5.6.0b4
Not Reproducible: 5.5.0b2
Note: Content is positioned in Canvas again if you disable/enable Canvas GameObject
Note2: Content is positioned outside of Canvas in build of the project as well
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
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
- ShadowCaster2D breaks on certain Rotation positions when Casting Source is set to PolygonCollider2D
stekatsaros
May 11, 2017 08:51
As for the previous statement: This error occurred when updating from Unity 5.4.3f1 to Unity 5.6.0p4 but has a way around by duplicating and replacing the parent canvas.
stekatsaros
May 11, 2017 08:10
It would seem that Unity 5.6.0p4 has this issue. I am encountering it with a child canvas that has a UI image component attached and the image loses its position when in play mode. However the Rect Transform coordinates remain the same.