com.unity.burst 1.5.3

com.unity.burst

Notes: processedReleased April 23, 2021

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.4

Package Dependencies

🔧 Bug Fixes

  • Fixed an issue whereby default initializing the first field in a static readonly struct, but explicitly initializing a subsequent field, would result in the wrong constant data being written.
  • Fixed a bug where methods with the same name and namespace, but in different assemblies, could resolve to the wrong method.
  • Burst no longer logs a warning when opening the standalone Profiler
  • Fixed an `UnauthorizedAccessException` that could occur when using Burst in players built for the macOS App Sandbox

Features

  • EmbeddedLinux Platform support added.
  • Add Android x86\_64 and re-enable x86 support

📈 Improvements

  • Revert to internal linkage for Android X86 (32bit) to ensure ABI compliance.