Search Issue Tracker
Fixed
Fixed in 2022.3.8f1, 2023.1.9f1, 2023.2.0b5, 2023.3.0a1
Votes
0
Found in
2022.3.0f1
2023.1.0b19
2023.2.0a18
2023.3.0a1
Issue ID
UUM-39830
Regression
Yes
"unity-radio-button-group__container" element is not referenced when calling RadioButtonGroup.contentContainer
Reproduction steps:
1. Open project “Radio Button Group.zip”
2. Open “SampleScene”
3. Enter Play Mode
4. Observe Game view
Expected result: a “New button.” is displayed - RadioButtonGroup.contentContainer references the "unity-radio-button-group__container" element, so calling Clear() does not remove the entire group, and a new button is added
Actual result: nothing is displayed - contentContainer references the group itself, thus, the Clear() function removes the entire group including the label
Reproducible with: 2022.2.0a16, 2022.3.0f1, 2023.1.0b19, 2023.2.0a18
Not reproducible with: 2021.3.26f1, 2022.2.0a15
Reproducible on: macOS Ventura 13.2.1 (Intel), Windows 10 (by reporter)
Note: Also reproducible in Standalone Player
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
- [iOS] Back Triple Camera is not focusing manually and automatically
- Mouse inputs cannot be inputted when searching the Shortcuts Menu by type "Shortcut"
- "Debug Assertion Failed!" error when launching Windows Dedicated Server Player with Script Debugging enabled
- [Cinematic Studio][3D HDRP] Shader warnings thrown in the Console window when creating a new project with Cinematic Studio template
- Autoplay is triggered on Audio Assets when changing Asset Bundle tags
Resolution Note (fix version 2023.3.0a1):
Fixed UUM-39830 @camilo-palma:
UI Toolkit: Fixed contentContainer for RadioButtonGroup.
Resolution Note (fix version 2023.2.0b5):
Fixed UUM-39830 @camilo-palma:
UI Toolkit: Fixed contentContainer for RadioButtonGroup.
Resolution Note (fix version 2022.3.8f1):
Fixed UUM-39830 @camilo-palma:
UI Toolkit: Fixed contentContainer for RadioButtonGroup.