com.unity.burst 1.8.18
Source docsNotes: processedReleased September 18, 2024
Unity Compatibility
Minimum Unity: 2020.3
Package Dependencies
- com.unity.mathematics (1.2.1)
- com.unity.modules.jsonserialize (1.0.0)
✨ Features
- Added the `UNITY_BURST_DISABLE_COMPILATION` environment variable as an alternative to the `--burst-disable-compilation` command-line argument
⚡ API Changes
📈 Improvements
🔧 Bug Fixes
- Static fields used in static constructors were sometimes incorrectly set to read only, despite being written.
- Fixed a case of the editor getting stuck loading during a domain reload if Burst was set to synchronous compilation
- Fixed hashing bug that could occur when method signatures differed only by generic parameter count
- Branches within if (cpufeaturesupported) blocks could cause the transform pass to miss identify which blocks are supporting which features, leading to errors at compile time about intrinsics not being in matching blocks.
- Fixed 'cannot open input file ucrt.lib' error when building for Universal Windows Platform and targeting SDK 10.0.26100.0
