com.unity.burst 1.8.25

com.unity.burst

Source docs
Notes: processedReleased September 16, 2025

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2021.3

Package Dependencies

🔧 Bug Fixes

  • Fixed infinite loop and unbounded memory consumption when having a (possibly indirectly) recursive method with the `[MethodImpl(MethodImplOptions.AggressiveInlining)]` attribute
  • Fixes an issue where `math.min` and `math.max` would do signed comparisons on unsigned integers when compiling with `FloatMode.Fast`.
  • Fixed a crash on some Android devices what would be triggered when "Enable ARMv9 Security Features" was enabled.
  • Fixed a rare crash that could happen when the Burst package was unloaded.
  • Fixed relocation error when stack protection was enabled on 32-bit Android.

Features

  • Added LLVM 20 support
  • Added guards to UWP ARM32 to be available only for versions lower than 6.3 PLAT-15016
  • `FloatMode.Deterministic` is now supported by Burst. Please refer to the documentation for details.