com.unity.burst 1.3.4

com.unity.burst

Notes: processedReleased August 7, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.4

Package Dependencies

🔧 Bug Fixes

  • Fixed a potential error when running the linker with a failure on lld command.
  • If path to the package contained spaces, then native command execution could fail. This would manifiest as weird errors with 'lld' or 'vswhere' or other native tools.
  • Added support for External symbols on a platform that required it.
  • Fixed Debug.Log by re-enabling it when used in function pointers or jobs.
  • Fixed errors when opening Inspector with a non-public Execute method on a job producer type

Features

    API Changes

      📈 Improvements

      • Asserts that are currently discarded no longer discard arguments with potential side effects.
      • Bump com.unity.mathematics to 1.2.1 version

      ⚠️ Known Issues