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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
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.