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
- Applied velocity is inconsistent when using Rigidbody AddForce() with ForceMode.VelocityChange
- Crash on AudioUtil_CUSTOM_HasAudioCallback when exiting Play Mode while the Inspector is displaying a GameObject with an empty script attached
- Scroll offset is framerate-dependent when scrolling with velocity in the Device Simulator
- "Object.FindObjectsOfType<T>() is obsolete" warning is thrown when using "Transitions Plus" asset
- [Mono] Crash on SystemNative_ReadDirR() when building for IOS/Android on a macOS machine
Add comment