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
- The search field has an additional icon that has no functionality
- Splash Image logo is shown after being removed when pressing the Preview button
- Crash on GenerateParticleGeometry when creating certain particles
- HD Sample Buffer returns black for Rendering Layer Mask when Custom Pass Volume is not active
- SpriteRenderer has wrong input color when associated material uses SRPBatcher
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?