Search Issue Tracker
Fixed in 5.2.3
Votes
8
Found in
5.2.0f2
Issue ID
724455
Regression
Yes
[Canvas] Child canvas does not move together with parent canvas
Repro steps:
1) Open the project Canvas Bug.zip file which was attached by user in recent letter and test scene in it
2) Try moving object Broken
3) Notice that the child Canvas of it (the red one) doesn't move
N.B. In 5.1 it works fine and the canvas's appearance differ somewhy
Comments (7)
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
heritagedevelopment
Nov 27, 2015 15:02
I made a workaround that works for me.
I added an object as a child of the Canvas child. On the object i added an animator that moves an empty object a little bit in a loop. This forces the parent to be redrawn. Hope it helps.
chrismarch
Oct 14, 2015 16:37
fix is coming in 5.3b3
chrismarch
Oct 13, 2015 17:45
None of these workarounds work for us in 5.2.1p3
Immanuel Scholz
Sep 14, 2015 20:19
Another workaround for us was to just attach a CanvasRenderer component to the child canvas.
Not sure why that fixes it, but it does for us.
FStar
Sep 14, 2015 09:49
There is a workaround that you can use if it works with your kind of game. Set the Root Canvas render mode to Screen Space - Overlay. In this mode it works as in previous versions.
FStar
Sep 14, 2015 09:36
When is this fix released? It has broken my whole inventory and paperdoll system!
CrazyTegger
Sep 09, 2015 15:28
Is there a workaround in the meantime?