com.unity.burst 1.3.6

com.unity.burst

Notes: processedReleased September 4, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.4

Package Dependencies

🔧 Bug Fixes

  • Fixed a subtle codegen bug that could occur when the target is an Arm or AArch64 CPU with vectors of 3 elements.
  • Pdb location for player builds is now linked relative to the final lib\_burst\_generated.dll, this allows the crashdump utility to access the symbols and provide better callstacks.

Features

    API Changes

      📈 Improvements

      • We now copy the lib\_burst\_generated.pdb into the root of the player build (in addition to being alongside the lib\_burst\_generated.dll), this allows the unity crash handler to resolve the callstacks from burst code.

      ⚠️ Known Issues