com.unity.burst 1.8.26
Source docsNotes: processedReleased November 25, 2025
Unity Compatibility
Minimum Unity: 2021.3
Package Dependencies
- com.unity.mathematics (1.2.1)
- com.unity.modules.jsonserialize (1.0.0)
✨ Features
- Enable Burst on Web Platform
- Enabled Apple Hardened Runtime for Burst runtime libraries.
- Burst now supports `typeof` comparison - e.g. `if (typeof(int) == typeof(T))`. `GetType()` remains invalid in Burst-compiled code, and all other members on `Type` instances remain invalid, but equality (`==`) and inequality (`!=`) are now supported for types created via `typeof`. These comparisons compile to compile-time constants.
⚡ API Changes
📈 Improvements
🔧 Bug Fixes
- An issue where the rendering in the inspector would break down on Very large listings.
- Fixed Windows runtime executable digital signatures, eliminating any false-positive antivirus hits.
- PLAT-15945: Embedded Linux target triplets for Editor version 6.4
- Fix crash during inlining optimisation. Ensure inlines are removed when they are no longer valid.
⚠️ Known Issues
- ### Purpose
