com.unity.burst 1.3.0-preview.3

com.unity.burst

Notes: processedReleased February 13, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.4

Package Dependencies

📈 Improvements

  • Changed how the inliner chooses to inline functions to give the compiler much more say over inlining decisions based on heuristics.
  • Updated AOT requirements to be clearer about cross platform support

Features

  • 1.3.0-preview.1 added support for desktop cross compilation, but the changelog forgot to mention it.

API Changes

    🔧 Bug Fixes

    • Documentation for the command line options to unity contained extra -
    • Burst now exclusively uses the `/Temp/Burst` folder for any temporary files it requires during compilation.
    • Fix a regression that could break usage of native plugins.

    ⚠️ Known Issues