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
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
Add comment