Search Issue Tracker
Fixed
Fixed in 2021.3.X, 2021.3.1f1
Votes
0
Found in
2021.3.0f1
Issue ID
UUM-12304
Regression
Yes
Crash on IsTypeTreePPtr when removing NULL element from a SerializableReference array
Reproduction steps:
1. Open the user’s attached project
2. Click Assets/Opsive/UltimateCharacterController/Demo/Prefabs/Items/FragGrenade/LeftFragGrenade.prefab
3. In the Inspector window, under the Throwable Action Script, under “Trigger Action Module Group” click on the “NULL” element
4. Click “-”
Expected result: NULL element is removed
Actual result: Unity Editor crashes
Reproducible with: 2021.3.0f1
Not reproducible with: 2021.2.19f1, 2021.3.1f1, 2021.3.7f1, 2022.1.12f1, 2022.2.0b3, 2023.1.0a5
Couldn't test with: 2020.3.37f1 (couldn’t downgrade)
Reproducible on: Windows 10 Pro 21H2
First lines of the stack trace:
{noformat}0x00007ff710c01bb3 (Unity) IsTypeTreePPtr
0x00007ff711aed65f (Unity) CollectPropertyValuesFromSerializedObject
0x00007ff711af34dd (Unity) GeneratePropertyDiffInternal
0x00007ff711af3cd5 (Unity) GeneratePropertyDiffInternal
0x00007ff711af2491 (Unity) GeneratePropertyDiff{noformat}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment