Search Issue Tracker
Fixed in 4.6.8
Votes
1
Found in
4.6.6f2
Issue ID
702808
Regression
Yes
UI elements on child Canvases do not render in the Editor Scene window
How to reproduce:
1. Open the attached project (It has Canvas and text element. Also a Child Canvas with Child text element in it)
2. Open the Test scene
3. Check Game view and Scene view
4. Notice that the "Child Text" element does not render in the Scene window
Comments (1)
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
- UI Builder can't set a background image to a sprite from a multi-sprite spritesheet in the Resources folder
- Light2D freeform does not render the internal part when rendered in certain shapes
- Using AddCopyPass causes an incorrect merging of passes.
- Negative Enum value is not pasted correctly when copying from another array
- Silent Crash when generating Lightmap UVs for a model with a large object scale
pRoFlT
Dec 10, 2015 23:44
I'm seeing this issue with 5.3.0.f4. Resolved by enabling "Override Sorting" order on the child canvas. Is this a returning bug? Should i have to override the order?
My setup is
Prefab/MainCanvas/UpperCanvas/TextLeft
Prefab/MainCanvas/UpperCanvas/TextRight
Prefab/MainCanvas/LowerCanvas/TextLeft
Prefab/MainCanvas/LowerCanvas/TextRight
Also im running two cameras. the second one HeaderCamera Renders the UI only and covers 10% of screen. other MainCamera 90% is game area.
MainCanvas has render on HeaderCamera as well.
I think i had an issue with panels as well. Replacing the Child canvas with a panel and making it transparent. Could not fix without changing the Vertical Overflow to Overflow on the child text object. which is strange as well.