Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.8.19
Issue ID
BUR-2832
Regression
No
[2022.3 only] Crash on Unity.Burst.LowLevel.BurstCompilerService:CompileAsyncDelegateMethod when entering Play Mode
How to reproduce:
1. Open the user's attached project
2. Enter Play Mode
Reproducible with: 2022.3.54f1
Could not test with: 2021.3.47f1, 6000.0.31f1, 6000.1.0a8 (compilation errors in the Console window)
Reproducible on: Windows 11 23H2
Not reproducible on: No other environment tested
First few lines of the stack trace:
{noformat} at <unknown> <0xffffffff>
at Unity.Burst.LowLevel.BurstCompilerService:CompileAsyncDelegateMethod <0x00094>
at BurstCompilerHelper:IsCompiledByBurst <0x00022>
at BurstCompilerHelper:.cctor <0x000a2>
at System.Object:runtime_invoke_void <0x0007c>
at <unknown> <0xffffffff>
at Unity.Burst.BurstCompiler:CompileILPPMethod2 <0x000d2>
at Try_000000A7$BurstDirectCall:Constructor <0x00032>
at Try_000000A7$BurstDirectCall:.cctor <0x00032>
at System.Object:runtime_invoke_void <0x0007c>{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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Resolution Note:
This is as-designed. This project includes a large number of precompiled libraries in the Assets/Plugins folder, including e.g. Unity.Burst.dll. Burst is not designed to, and can't, be used this way. To use Burst in your project, please install it as a package in Package Manager.