Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2018.2.0a6
Issue ID
1379547
Regression
No
[Overlays] Toolbar UI elements show their text only in Panel mode
1. Open a project with whatever unity version that has Overlays feature
2. Create a "Editor" folder in the project and import the attached script in it
3. Make sure the Overlay is visible through the Overlay menu in the scene view (Spacebar shortcut)
4. Right click on the overlay's header and select panel option
You should see all the UI controls having their text displayed as specified by the "text" property in the code.
5. Now, you can try to drag and drop the overlay in the top toolbar or simply change the orientation option to horizontal (Right click header, choose Horizontal option)
Result
The text aren't display if the overlay is not in panel mode
Expect
The Horizontal mode should display the text of the Element like in panel mode
Note that the current attached script is implementing a regular UIElement Button for "Create Cube" element, that why we can see the text.
If we change the Button class to use EditorToolbarButton class instead, the text won't show when docked or in Horizontal orientation.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
Add comment