Search Issue Tracker
By Design
Votes
0
Found in
2017.4.0f1
2018.4.0f1
2018.4.3f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1167814
Regression
No
Cannot remove missing Script Component from Prefab
Steps to reproduce:
1. Open user provided project
2. Select Assets > Prefabs > Prop_FloorLamp
3. Click "Open Prefab" in Inspector
4. Right-click the "Billboard" GameObject > Delete
Expected results: The object gets removed without error messages
Actual results: Multiple errors messages are printed
Reproduced with: 2017.4.28f1, 2018.4.3f1, 2019.1.9f1, 2019.2.0b9, 2019.3.0a9
Comments (3)
-
michaelday008
Jul 18, 2019 02:15
I have this error when I'm trying to create a prefab from an empty transform with no components attached to it
Add comment
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
Resolution Note:
User has more than one missing script component in the prefab, when first one is deleted and AutoSave is On - all others missing scripts are still on the prefab. This is what the error message claims: You have more scripts with missing components and you need to deal with that, e.g. delete them all before you can save prefab to disk.