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
- "RenderingCommandBuffer" error is thrown when switching to the tvOS platform
- Left side cog menu button is obstructed by the maximum Y value of the graph when editing a curve in the Particle System Curves
- "Property exceeds previous array size (64 vs 32)." warnings are thrown when switching from tvOS platform to a Standalone platform after restarting the Editor
- Component logo icon is poorly visible in a query build mode then light editor theme is selected
- NavMeshAgent "breaks" when approaching a non-carved NavMeshObstacle
Add comment