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
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
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.