com.unity.burst 1.1.0-preview.4

com.unity.burst

Notes: processedReleased July 10, 2019

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.4

🔄 Changes

  • Burst will now report a compilation error when writing to a `[ReadOnly]` container/variable
  • Fix regression with nested generics resolution for interface calls
  • Fix issue for UWP with burst generating non appcert compliant binaries
  • Fix issue when reading/writing vector types to a field of an explicit layout
  • Fix build issue on iOS, use only hash names for platforms with clang toolchain to mitigate issues with long names in LLVM IR
  • Allow calls to intrinsic functions (e.g `System.Math.Log`) inside static constructors
  • Improve performance when detecting if a method needs to be recompiled at JIT time
  • Fix an issue with explicit struct layout and vector types