Search Issue Tracker
Fixed in 2022.1.X
Fixed in 2021.3.X
Votes
0
Found in
2021.2
2021.2.0b4
2022.1
Issue ID
1355120
Regression
Yes
NullReferenceException when changing Texture Shape
How to reproduce:
1. Open project
2. Select leaf texture in Project View
3. Change Texture Shape to Cube and hit Apply
4. Observe console
Error:
NullReferenceException: SerializedObject of SerializedProperty has been Disposed.
UnityEditor.SerializedProperty.get_hasMultipleDifferentValues () (at <bd5db0e0a5434805b15a1c521ea345cc>:0)
UnityEditor.TextureImporterInspector.OnInspectorGUI () (at <bd5db0e0a5434805b15a1c521ea345cc>:0)
UnityEditor.UIElements.InspectorElement+<>c__DisplayClass59_0.<CreateIMGUIInspectorFromEditor>b__0 () (at <90bfa07fb5eb485c85c9136f8270cd9d>:0)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)
Reproducible with: 2021.2.0b4, 2022.1.0a4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Depth is not rendered in a depth-only camera which is set up by a custom script
- The Scene\Game view is grey when two "Universal Additional Camera Data" scripts are attached to the camera
- NullReferenceException error thrown when changing Scenes in Play Mode
- Crash on "'anonymous namespace'::ConvertFBXShapes" when importing an FBX file
- Crash on Transform::RemoveFromParent when Object.DestroyImmediate() is called on Transform
Add comment