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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Add comment