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
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
Add comment