Search Issue Tracker
Fixed in 2022.3.8f1
Fixed in 2022.3.X, 2023.1.X, 2023.2.X, 2023.2.0b5, 2023.3.X
Votes
0
Found in
2022.3.3f1
2023.1.1f1
2023.2.0a20
Issue ID
UUM-40687
Regression
Yes
RadioButtonGroup choices list doesn't clear when the script is not in a Hierarchy
Reproduction steps:
1. Open project “My project (26) 2.zip”
2. Open script “Test.cs”
3. Attach debugger to Unity Editor
4. Add a breakpoint to line 21 of the script
5. Debug “TestSimplePasses()“ (either through code Editor or Unity Editor - open "Window\General\Test Runner\Play Mode" and double-click on "TestSamplePasses")
6. Observe “Test2” output
Expected result: the list is empty
Actual result: the list has elements 1 and 2
Reproducible with: 2022.2.0a16, 2022.3.3f1, 2023.1.1f1, 2023.2.0a20
Not reproducible with: 2021.3.27f1, 2022.2.0a15
Reproducible on: macOS Ventura 13.2.1 (Intel), Windows 10 (by the reporter)
Note: the list clears when the script is added to a Hierarchy
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note (fix version 2023.3):
Fixed UUM-40687 @camilo-palma:
UI Toolkit: Fixed RadioButtonGroup choices not being cleared properly.
Resolution Note (fix version 2023.2):
Fixed UUM-40687 @camilo-palma:
UI Toolkit: Fixed RadioButtonGroup choices not being cleared properly.
Resolution Note (fix version 2022.3):
Fixed UUM-40687 @camilo-palma:
UI Toolkit: Fixed RadioButtonGroup choices not being cleared properly.