Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2019.1.0b2
2019.2.0a1
Issue ID
1126938
Regression
Yes
Exceptions raised and Inspector is broken after user removes a component from multiselected GameObjects
Steps:
1. Create two GameObjects
2. Add Audio Listener on one of them
3. MultiSelect those two GameObjects
4. Add AudioSource to them
5. Remove AudioSource from them (both GameObjects are still multi-selected)
==>
"AddComponent" button disappears from Inspector
A few excpetions are thrown:
"IndexOutOfRangeException: Index was outside the bounds of the array."
"ArgumentException: Object at index 0 is null"
Take a look into attached movie for details
Repro also in Version 2019.1.0b2 (669ada05268b)
NOT repro in Version 2018.3.6f1 (cabfdef5eadf), Version 2019.1.0b1 (83b3ba1f99df)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment