com.unity.burst 1.8.13
Source docsNotes: processedReleased March 13, 2024
Unity Compatibility
Minimum Unity: 2020.3
Package Dependencies
- com.unity.mathematics (1.2.1)
- com.unity.modules.jsonserialize (1.0.0)
✨ Features
- Added clearer diagnostic error for certain bad usages of IsSupportedXXX intrinsics.
- Added support for Burst with the visionOS Simulator SDK.
- Added support for Windows Arm64.
🔧 Bug Fixes
- Fixed InvalidCompilerException when usage of IsSupportedXXX intrinsic results in no branches being generated.
- Fixed information in documentation regarding scheduling generic jobs through generic methods.
- Fixed a crash caused by arithmetic or bitwise negation on native integers followed by a cast to a pointer.
- Fixed that the burst debug information folder would sometimes be saved in project root folder.
- Fixed `System.ArgumentNullException` exception in ILPostProcessing when encountering a library using `mscorlib`
- Fixed an issue where if two modules were referencing the same external method (dllImport) an internal compiler error could occur - "Burst internal compiler error: Burst.Compiler.IL.CompilerException: Error while verifying module: DISubprogram attached to more than one function"
- Fixed "Failed to find entry-points: ... An item with the same key has already been added" error that could occur in the presence of precompiled (usually obfuscated) assemblies that contained methods overloaded only by return type
