Search Issue Tracker
Won't Fix
Votes
1
Found in
2018.4
2018.4.21f1
2019.4
2020.2
2021.1
2021.2
Issue ID
1308553
Regression
No
displayedOptions strings don't display characters after the '#' symbol when using EditorGUI.Popup()
How to reproduce:
1. Open the attached '1308553.zip' project
2. In the top bar menu select 'Examples' > 'Popup'
3. In the EditorGUIPopup window expand the Component dropdown
Expected result: The Component dropdown has 3 options (Anim #1, Anim #2, and Anim #3)
Actual result: The Component dropdown has 1 option (Anim)
Reproducible with: 2018.4.31f1, 2019.4.19f1, 2020.2.3f1, 2021.1.0b4, 2021.2.0a3
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
- UI Toolkit Editor Window Creator becomes deformed and stretched when the “Enter” key is pressed
- “Assertion failed on expression: 'IsFinite(distanceForSort)’” is spammed in the Console when changing Trail GameObject position to a very high number
- VFX Graph Node documentation icon is pixelated
- Cutout box is covered in a shadow when the object that houses the cutout is casting shadows
- “Metal: Fragment shader missing texture binding at index 0 (_MainTex / Hidden/Preview Alpha)” warnings are thrown when selecting some TextMesh Pro Font Assets
Resolution Note:
As "#" is part of HotKeys we are not allowed to use at the end string of displayedOptions strings.