com.unity.burst 0.2.4-preview.7

com.unity.burst

Notes: processedReleased July 10, 2019

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.1

Package Dependencies

No dependency metadata provided.

🔄 Changes

  • Add support for nested structs in SOA native arrays
  • Add support for arbitrary sized elements in full SOA native arrays
  • Fix bug with conversion from signed/unsigned integers to signed numbers (integers & floats)
  • Add support for substracting pointers at IL level
  • Improve codegen with pointers arithmetic to avoid checking for overflows