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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.