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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
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.