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
- Terms of Service agreement checkbox is invisible under specific OS system themes (UI Accessibility)
- Tile Palette: "Create New Tilemap" dropdown area is displayed in several colors
- Input.mousePosition stops syncing to touch input when using "DownloadHandlerTexture" in WebGL build
- UI Builder canvas doesn't update element styling accordingly when changing Active Theme for some Editor Authoring elements
- Selector Value buttons are not aligned with parameters in UI Builder
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.