Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2017.2.0f2
Issue ID
956238
Regression
No
Prefab instance is shown as disconnected in Hierarchy if it contains a component with a missing script
How to reproduce:
1. Open users attached project
2. Inspect "Prefab", note that it has a "NewBehaviourScript" attached
3. Delete the 'NewBehaviourScript' script asset (from Project folder)
4. Drag 'Prefab' into Hierarchy/Scene
Expected result: "Prefab" text is still shown in a blue color, indicating that it is connected to a main "Prefab"
Actual result: "Prefab" text is shown in white, as it would be disconnected from a main "Prefab", clicking Apply or Revert throws a Null Reference Exception
Reproducible with - 2017.3.0a4, 2017.2.0f3, 2017.1.2f1, 5.6.3p4
Notes:
1. Clicking "Revert" or "Apply" on the "Prefab" instance causes a Null Reference Exception being thrown (the "Apply" one was not reproducible up until 2017.3.0b1 and 2017.2.0f3)
2. Even though the "Prefab" instance is shown as disconnected, new components and changes are still applied to a main (originating) Prefab
Fixed in - 2018.3.0b5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
Add comment