Search Issue Tracker
Won't Fix
Votes
0
Found in
2023.2.13f1
2023.3.0a19
Issue ID
UUM-66188
Regression
Yes
Choice does not get added to DropdownField options when it is a single space character
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the “Assets/Scenes/SampleScene“ Scene
3. Enter Play Mode
4. In the Game View, open the DropdownField at the top of the window
5. Observe the DropdownField drawer options
Expected result: Three options are present: “A”, “ “ and “C”
Actual result: Only “A” and “C” options are present
Reproducible with: 2023.2.0a19, 2023.2.13f1, 2023.3.0a19
Not reproducible with: 2021.3.36f1, 2022.3.21f1, 2023.2.0a18
Fixed in: 2023.3.0b1, 2023.3.0b11
Reproducible on: Windows 11
Not reproducible on: No other environments tested
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
This is an issue with the new menu system we added in 2023.2 We had several regressions and have removed this system in 2023.3. We will look to reintroduce the system in the future but for now have addressed the issues by removing the system.