Search Issue Tracker
Fixed in 2022.3.8f1
Fixed in 2022.3.X, 2023.1.X, 2023.2.X, 2023.3.X, 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
- Color Picker preview rectangle doesn’t update when adjusting colors for Specular color field for Terrain Layer
- Character Controller fall through the ground when touches 100 colliders
- Paragraph Spacing and the 'line-height' tag are not working when the Advanced Text Generator is enabled
- Non-standard error icon is used in Shader Graph
- GameObject drops to the last position in the Hierarchy when a RectTransform Component is added
Resolution Note (fix version 2023.3):
Fixed UUM-39830 @camilo-palma:
UI Toolkit: Fixed contentContainer for RadioButtonGroup.
Resolution Note (fix version 2023.2):
Fixed UUM-39830 @camilo-palma:
UI Toolkit: Fixed contentContainer for RadioButtonGroup.
Resolution Note (fix version 2022.3):
Fixed UUM-39830 @camilo-palma:
UI Toolkit: Fixed contentContainer for RadioButtonGroup.