Search Issue Tracker
Not Reproducible
Votes
1
Found in
5.6.0b5
Issue ID
875963
Regression
No
NullReferenceException when deleting Native plugin
Reproduction steps:
1. Open the attached project
2. Find a native plugin (eg. Plugins/UWP/ARM/NativePlugin.dll)
3. Delete a Native Plugin
4. The following exception is printed in the output log:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Modules.DefaultPluginImporterExtension+Property.Reset (UnityEditor.PluginImporterInspector inspector) (at C:/buildslave/unity/build/Editor/Mono/Modules/DefaultPluginImporterExtension.cs:39)
UnityEditor.Modules.DefaultPluginImporterExtension.RefreshProperties (UnityEditor.PluginImporterInspector inspector) (at C:/buildslave/unity/build/Editor/Mono/Modules/DefaultPluginImporterExtension.cs:120)
UnityEditor.Modules.DefaultPluginImporterExtension.OnEnable (UnityEditor.PluginImporterInspector inspector) (at C:/buildslave/unity/build/Editor/Mono/Modules/DefaultPluginImporterExtension.cs:97)
UnityEditor.PluginImporterInspector.OnEnable () (at C:/buildslave/unity/build/Editor/Mono/ImportSettings/PluginImporterInspector.cs:369)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture Map Viewer shows "Loading..." text instead of indicating users that Baked Texture Maps are missing
- "Analyze Import Process" button misaligned in Import Activity window
- Text in “Baked Shadowmask” mode is difficult to read in Baked Lightmap Viewer when Editor theme is set to Light
- Mesh wireframe is difficult to see in Baked Lightmap Viewer window when texture opacity is maximized
- Informational text does not wrap and does not fit when the Viewer Window is opened by default
Add comment