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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.