Search Issue Tracker
Fixed in 2019.2.X
Votes
0
Found in
2019.1.0a14
Issue ID
1115810
Regression
Yes
Nested Prefabs - MissingReferenceException when discarding changes to a prefab with a CapsuleCollider attached
If you are editing a prefab with a capsule collider attached and then discard the changes you made by leaving isolation mode, the following exception will occur:
MissingReferenceException: The object of type 'CapsuleCollider' has been destroyed but you are still trying to access it.
Your script should either check if it is null or you should not destroy the object.
As a knockon, the next time you select the prefab or any instance of it in the hierarchy, several more exceptions will occur.
1. Install Unity
2. Open the attached project
3. Find GameObjectWithCapsuleCollider.prefab in the assets folder
4. Open the prefab in isolation mode
5. Make sure that autosave is turned OFF
6. Move the transform
7. Exit isolation mode and discard all changes
Expected Result:
The changes are discarded and no exceptions occur.
Actual Result:
A MissingReferenceException occcurs.
Tested on Windows.
Occurs on 2019.2.0a1, 2019.1.0a14
Does not occur on 2018.3.0f2, 2019.1.0a13
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 2019.2):
Exception should no longer appear.