Search Issue Tracker
Fixed
Fixed in 2020.3.44f1, 2021.3.16f1, 2022.2.3f1, 2023.1.0a23
Votes
0
Found in
2020.3.40f1
2021.3.10f1
2022.1.17f1
2022.2.0b8
2023.1.0a10
2023.2.0a1
Issue ID
UUM-15533
Regression
No
stackalloc int[0] returns incorrect result when the project is built with IL2CPP
How to reproduce:
1. Open user-attached project “TestStackalloc”
2. Click Build And Run
3. Observe the Console
Expected result: The log in the Cosonle says “p is null”
Actual result: The log in the Console says “p is not null”
Reproducible with: 2020.3.40f1, 2021.3.10f1, 2022.1.17f1, 2022.2.0b8, 2023.1.0a10
Reproducible on: Windows 11 Pro
Note: Not reproducible in Mono and .NET Core 3.1 builds
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
Add comment