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
- Source Generation with GeneratePropertyBag fails when using reserved keywords as variable names with @ prefix
- Prismatic ArticulationBody moves in opposite direction when using targetVelocity
- Shader Graph skybox material is rendered inccorrectly in builds when "Allow Material Override" or "Cast Shadows" are enabled and the "Deferred" Rendering Path is used
- Object motion is affected by incorrectly added rotation motion when importing animations
- Base class's Context Menu method is called when calling it in the Editor from the child class and the child class overrides this method
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.