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
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
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?