Search Issue Tracker
Not Reproducible
Votes
0
Found in
4.6.0b10
Issue ID
611745
Regression
No
The disallow multiple selectables on the same game object message is not always fully displayed
1. create empty child object to canvas
2. on the child add component toggle
3. now add button and see pop up message in full:
"Can't add 'Slider' to GameObject because a 'Scrollbar' is already added to the gameobject!
A game Object can only contain one 'Selectable' component"
4. now create a new child game object to the canvas and add component 'selectable' and then add component toggle. You'll now only see some of the message like this:
"Can't add 'Slider' to GameObject because a 'Scrollbar' is already added to the gameobject!"
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "DateTime.Now" in the UK timezone does not adjust when the British Summer Time is active
- "Unsupported source texture format (7) in ComputeNextMipLevel" error is shown and the texture atlas is corrupted when the texture format "RGB Compressed ETC2 4bits" is selected
- HDRP Graphics "High Quality Line Rendering" is missing a documentation link
- HDRP Graphics "Screen Space Global Illumination" has a link to a wrong documentation
- OnParticleUpdateJobScheduled is never called when using ParticleSystem.Simulate() in FixedUpdate()
Add comment