com.unity.burst 1.5.0-pre.3

com.unity.burst

Notes: processedReleased December 4, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.4

Package Dependencies

🔧 Bug Fixes

  • Fixed a bug in LLVM that it would incorrectly convert some memset -> memcpy if both pointers derived from the same memory address, and where one indexed into the 0th element of the pointer.
  • Fixed namespace issue triggering a warning in the editor.
  • Made `math.shuffle` compile correctly when non-constant `ShuffleComponent`'s are used.