com.unity.burst 1.8.28
Source docsNotes: processedReleased January 29, 2026
Browse versions
PreviousNext
Unity Compatibility
Minimum Unity: 2022.3
Package Dependencies
- com.unity.mathematics (1.2.1)
- com.unity.modules.jsonserialize (1.0.0)
✨ Features
⚡ API Changes
📈 Improvements
🔧 Bug Fixes
- User-reported copy-paste error `v128` -> `v256` in `v256` constructor description.
- User-reported typo in user manual, `paraeters` -> `parameters`.
- Fixed that Burst would miscompile arithmetic under very specific circumstances
- Fixed that conditionally formatted strings passed to a `[BurstDiscard]`'ed method could lead to stack-overflow
- Fixed that assert methods supported by Burst wouldn't throw the correct type
- Fixed a crash that could happen when calling `[DllImport("__Internal")]` methods that have pointers in their signature
⚠️ Known Issues
- ### Purpose
