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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
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.