Search Issue Tracker
Fixed in 4.6.X
Votes
0
Found in
4.6.0b20
Issue ID
641499
Regression
No
'Toggle is not part of ToggleGroup..' exception is thrown even though toggle is part of the group
To reproduce this bug:
1. Import the attached package
2. Open 'main2' scene
3. In the hierarchy select 'MusicOff' toggle ( OptionsUI->Panel->MusicToggle->MusicOFF)
4. Notice that it is assigned to MusicToggle group
5. Play the scene
6. Press 'Options' which enables Panel with toggles and assigns values to it
7. 'ArgumentException: Toggle MusicOff (UnityEngine.UI.Toggle) is not part of ToggleGroup MusicToggle' exception is thrown even though MusicOff is a part of ToggleGroup
Comments (3)
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
keni4
May 27, 2017 11:58
Problem exist in 5.6.1p1
GXMark
Oct 29, 2014 14:28
Bug seems to still exist in Beta 21.
To reproduce
1. Deactivate the gameobject which has the ToggleGroup.
2. Reactivate the gameobject and the reference between the toggle children and the toggle group has been lost. you get the same error as above.
RF-Js
Oct 22, 2014 17:54
It seems that when a toggle is disabled, it lose its connection to its togglegroup.