Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
Issue ID
1094689
Regression
Yes
Inspector show info box instead of editors when having multiple missing scripts on GameObject
Having a GameObject with multiple missing scripts are creating an incorrect number of editors for the Inspector.
Instead of creating e.g 3 seperate components with 'Missing (Mono Script)' we are instead showing this the multi edit info box:
"Components that are only on some of the selected objects cannot be multi-edited" which makes no sense.
And is a problem if we want the user to be able to cleanup the GameObject (remove or fix the missing scripts)
Repro:
1) Create GameObject
2) Add 3 scripts: e.g TestScript1, TestScript2, TestScript3
3) Make sure they are added on the GameObject in the scene
4) Delete the 3 scripts
5) Notice how the inspector incorrectly shows the info box instead of tree separate script editors
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
- [WebGL] Frame rate drops by 5-20 fps when moving cursor or touch input in the Player
- Light bleeds when using box shaped spotlight with specific Emission Range values
Add comment