com.unity.burst 1.5.4

com.unity.burst

Notes: processedReleased May 17, 2021

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.4

Package Dependencies

Features

  • Added support for having `[MarshalAs(UnmanagedType.U1)]` or `[MarshalAs(UnmanagedType.I1)]` on a `bool` external function parameter.

API Changes

    📈 Improvements

    • Fixed enums to match trunk AndroidArchitecture enums

    🔧 Bug Fixes

    • Crash due to member function debug information on tvOS.
    • Fixed DOTS Runtime Job Marshalling behaviour to properly handle marshalling generic Job types when not all closed forms of the generic type require marshalling.
    • Fixed a `NullReferenceException` in the Burst compiler when multi-dimensional arrays were used. The compiler now produces a correct error message telling users that multi-dimensional arrays are not supported by Burst.

    ⚠️ Known Issues