Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.3.3p2
Issue ID
775986
Regression
No
Double click on audio sample preview while multiple editing cause NullReferenceException
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.AssetImporterInspector.get_targetTitle () (at C:/buildslave/unity/build/Editor/Mono/ImportSettings/AssetImporterInspector.cs:17)
Repro:
- Select more than one audio clip in Assets folder
- double-click on any sample in Inspector preview
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.AssetImporterInspector.get_targetTitle () (at C:/buildslave/unity/build/Editor/Mono/ImportSettings/AssetImporterInspector.cs:17)
UnityEditor.Editor.OnHeaderGUI () (at C:/buildslave/unity/build/Editor/Mono/Inspector/Editor.cs:361)
UnityEditor.Editor.DrawHeader () (at C:/buildslave/unity/build/Editor/Mono/Inspector/Editor.cs:354)
UnityEditor.InspectorWindow.DrawEditor (UnityEditor.Editor editor, Int32 editorIndex, Boolean rebuildOptimizedGUIBlock, System.Boolean& showImportedObjectBarNext, UnityEngine.Rect& importedObjectBarRect) (at C:/buildslave/unity/build/Editor/Mono/Inspector/InspectorWindow.cs:1113)
UnityEditor.InspectorWindow.DrawEditors (UnityEditor.Editor[] editors) (at C:/buildslave/unity/build/Editor/Mono/Inspector/InspectorWindow.cs:1028)
UnityEditor.InspectorWindow.OnGUI () (at C:/buildslave/unity/build/Editor/Mono/Inspector/InspectorWindow.cs:352)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Importing a theme through the Inspector allows importing the same theme multiple times
- Editor window disappears when repositioned in a specific way in Editor
- Importing a theme through the Inspector allows circular import
- FocusNextInDirection not focusing when used on multiline TextFields
- Single click calls UI Element renaming with a delay when clicked on the UI Element name
Add comment