com.unity.burst 1.4.4-preview.2

com.unity.burst

Notes: processedReleased January 8, 2021

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.4

Package Dependencies

🔧 Bug Fixes

  • Fixed a bug where explicitly casting from an int to `IntPtr` would not sign extend the value.
  • Fixed managed implementations of blend\_epi32 and mm256\_blend\_epi32 intrinsics on Mono
  • Fixed an issue where Burst would erroneously error on `BurstCompile.CompileFunctionPointer ` calls when building for the DOTS Runtime.