Search Issue Tracker
Fixed in 2022.3.11f1
Fixed in 2022.3.X, 2023.1.X, 2023.2.X, 2023.3.X, 2023.3.0a8
Votes
1
Found in
2022.3.4f1
2023.1.3f1
2023.2.0a23
2023.3.0a1
Issue ID
UUM-41704
Regression
Yes
Crash on SerializedProperty_CUSTOM_GetStringValueInternal when renaming a ScriptableObject Asset
Reproduction steps:
1. Open the attached “repro-project“
2. In the Project window create a custom ScriptableObject Asset (right click → Create → ScriptableObjects → Bug)
3. Hit enter to save the Asset
4. Rename the Asset
5. Observe the crash
Reproducible with: 2022.2.0b13, 2022.2.4f1, 2023.1.3f1, 2023.2.0a23
Not reproducible with: 2021.3.28f1, 2022.2.0b12
Reproduced on: Windows 10 Pro, Windows 11 (by reporter)
First few lines of the stack trace:
{\{0x00007ff64693a4e2 (Unity) SerializedProperty_CUSTOM_GetStringValueInternal }}
{\{0x000001b017ecb3c1 (Mono JIT Code) (wrapper managed-to-native) UnityEditor.SerializedProperty:GetStringValueInternal (UnityEditor.SerializedProperty) }}
{\{0x000001b017ecb23b (Mono JIT Code) UnityEditor.SerializedProperty:get_stringValue () }}
{\{0x000001b017ecb113 (Mono JIT Code) UnityEditor.UIElements.Bindings.SerializedPropertyHelper:GetStringPropertyValue (UnityEditor.SerializedProperty) }}
{\{0x000001b017ec7c98 (Mono JIT Code) UnityEditor.UIElements.Bindings.SerializedObjectBindingPropertyToBaseField`2<TProperty_REF, TValue_REF>:SyncPropertyToField (UnityEngine.UIElements.INotifyValueChanged`1<TValue_REF>,UnityEditor.SerializedProperty) }}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- An "RefreshInternalV2 is called before InitialRefresh" error is thrown when opening a project where a build profile with Player settings added is selected
- MeshCollider preview gizmo disappears from the Scene view when overriding the mesh asset using any 3D editing tool
- Tutorial project is not created when started from the Get set up tab
- Audio Listener Component expands when selected
- [iOS] Frame Debugger rendering output doesn't work with iOS builds
Add comment