Search Issue Tracker
Fixed
Fixed in 2023.1.0b13, 2023.2.0a6
Votes
2
Found in
2023.1.0a11
2023.2.0a1
Issue ID
UUM-15264
Regression
Yes
[UI Toolkit] IMGUI emun property inside a IMGUIContainer and ListView work incorrectly
Steps to repro:
# Open the project
# select "Assets/ExampleObj.asset"
# Then try to change some enum dropdown in the inspector.
See gif file for results
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
- [sw-unity-6-1] UI Toolkit Debugger's "Pick Element" functionality does not work when hovering on any Editor panel except the Game view
- [Silicon] Crash with multiple StackTraces when entering Play Mode in a project with corrupted FBX files
- Index Out Of Range exception when trying to use Rendering Layer Override in Probe Adjustment Volume without a mask defined in lighting settings
- [Android] [Vulkan] [WebCamTexture] "WebCamTexture.Play" crashes the application when the camera is started
- Huge performance overheads appear when there is a large amount of bindings in the UI Toolkit
Gustave
Oct 20, 2023 06:28
Probably useless to add a comment here but: It seems this issue still happens when adding a IMGUIContainer with a dropdown in on a graph Blackboard.
Gustave
Oct 19, 2023 09:57
This issue is not resolved for 2022.3!
AlexFCL
Nov 14, 2022 04:53
There is also same(?) issue in 2021.3.13f1 when using UI Toolkit (reorderable)ListView to show a list of IMGUI that has EdirotGUI.Popup
When the popup is selected, somehow the list element is automatically selected and the list goes into re-order state. The element does not snap to proper List positions and sometimes the entire List is bugged.
Have to select another asset then reselect the asset (refresh inspector) then the list will show properly but will still behave as above.