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
- Gradient Editor window bottom-right gradient marker color is incorrect
- MaskField tooltips should only display Value when bound
- Reordering Enum Values in VFX Graph Uint Property expands the “Value” field
- Visual Effect Graph sample titles display in non-human-readable format
- UxmlNamespacePrefix does not apply when using UIBuilder documents
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.