com.unity.burst 1.8.24
Source docsNotes: processedReleased August 4, 2025
Unity Compatibility
Minimum Unity: 2021.3
Package Dependencies
- com.unity.mathematics (1.2.1)
- com.unity.modules.jsonserialize (1.0.0)
✨ Features
- Linux/ARM64 support
- Added Floating Point Mode option to Burst AOT Settings.
- Added a warning that using processor intrinsics in methods with `FloatMode = Deterministic` requires bit-level equivalent functionality on other target architectures to ensure deterministic results.
🔧 Bug Fixes
- Fixed a crash that could occur in Burst when Unity is started with the `-disableManagedDebugger` command line argument
- Fixed an issue where a static field of a large value type could cause an `InterpreterOutOfMemoryException` to be thrown.
- Fixed Burst Inspector UI elements overlapping and losing interactability when the window size is reduced.
📈 Improvements
- Optimized zero-initialization of local variables; where possible, zero-initialization is now done at first use rather than in the function prolog
