Search Issue Tracker
Fixed
Fixed in 6000.0.37f1, 6000.1.0b4, 6000.2.0a1
Votes
6
Found in
6000.0.27f1
6000.1.0a5
6000.2.0a1
Issue ID
UUM-90089
Regression
Yes
[Win] Crash on EditorApplication:Internal_CallUpdateFunctions when pushing property block by index to SpriteShapeRenderer
Reproduction steps:
1. Open the attached project "CrashRepro"
2. Select “Greybox Background Shape (16)“ GameObject in the Hierarchy window
3. Right-click the “Property Block Pusher“ script component and click on “Only Clean Index“
Expected result: The script executes
Actual result: Editor crashes
Reproducible with: 6000.0.0b11, 6000.0.27f1, 6000.1.0a5
Not reproducible with: 2021.3.45f1, 2022.3.52f1, 2023.3.0b10
Reproducible on: Windows 11
Not reproducible on: No other environment tested
First few lines of stack trace:
{noformat}0x0000029A67552423 (Mono JIT Code) UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()
0x00000298C11A1355 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)
0x00007FF9D671697E (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\mini\mini-runtime.c:3445] mono_jit_runtime_invoke
0x00007FF9D6658444 (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\metadata\object.c:3068] do_runtime_invoke
0x00007FF9D6658530 (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\metadata\object.c:3115] mono_runtime_invoke {noformat}
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Customize handled extensions" part in the External Tools settings tab is not aligned with other properties
- Editor Diagnostics foldouts do not open when clicked on the foldout title
- [UI Builder] Visual Elements are not placed at the mouse cursor position when Absolute Position Placement is enabled
- "Width" and "Height" text is misaligned with slider ends in Screen Match Mode Parameters section of Panel Settings Asset
- Editor does not quit when Editor is not in focus and any floating window is opened
Resolution Note (fix version 6000.2.0a1):
Fix crash when pushing property block by index to SpriteShapeRenderer
Resolution Note (fix version 6000.1.0b4):
Fix crash on pushing property block by index to SpriteShapeRenderer