Steps to reproduce:
- install the latest Unity 6000.1.0b2 with the Android module- I installed it from the HUB: [unityhub://6000.1.0b2/3669277cec74]
- Create a new project with Universal RP template
- Switch to Android
- Create a 3D Cube
Actual results: The editor crashes- see the Editor.log for the full stack trace:
========== OUTPUTTING STACK TRACE ==================
0x00007FFA65CB3F76 (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\metadata\metadata.c:1546] mono_metadata_decode_row_col_raw
0x00007FFA65C85667 (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\metadata\loader.c:2105] mono_method_get_header_internal
0x00007FFA65DAB684 (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\mini\mini.c:3308] mini_method_compile
0x00007FFA65DAD587 (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\mini\mini.c:4092] mono_jit_compile_method_inner
0x00007FFA65DB43DE (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\mini\mini-runtime.c:2700] mono_jit_compile_method_with_opt
0x00007FFA65EAE964 (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\mini\mini-trampolines.c:641] common_call_trampoline
0x00007FFA65EAF542 (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\mini\mini-trampolines.c:877] mono_vcall_trampoline
Before the crash, there are some errors in the console:
Expected results: No crashes or errors
Reproducible with versions: 6000.1.0b2, 6000.1.0b1, 6000.1.0a9
Not reproducible with versions: 6000.0.0a7
Tested on (OS): Windows 11
Notes:
- sometimes the crash won't occur on creating the cube, but will happen after you try to shut down Unity