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
- [Silicon] Artifacts appear in the Game view when resizing the window/entering the Play Mode in a specific project
- Marker in the animation’s preview window doesn’t stop when reaching the end of the timeline and jumps to the start of the animation when moving it with the cursor
- Animation Event marker is not placed on the current time of the timeline when using the “Add Event” button
- Editor crashes on vector_map<ConstantString,AssetBundle when using the LoadAssetAsync function
- Fetched files in Perforce are automatically added to the change list when they are serialized
Add comment