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
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
- Hovering on the Particle System Controls shows an offset tooltip with the overlay window name
- Inconsistent UI hover colour with poor contrast in VFX Graph window
- Lights with Cookies generate Cookie Atlas and increase Memory usage every time when Play mode is entered
- Crash on mono_traverse_object_internal when exiting Play mode on a specific project
- Camera prefab shows up in overrides after upgrade when game view is changed to Simulator
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?