Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

[Burst] New release 1.2.1

Discussion in 'Burst' started by xoofx, Jan 27, 2020.

  1. xoofx

    xoofx

    Unity Technologies

    Joined:
    Nov 5, 2016
    Posts:
    416
    Hello,

    As a followup of our previous post about the Burst 1.2 preview, we just released a stable version of Burst 1.2.1 with the following important fixes:
    • Fix issue with function pointers being corrupted after a domain reload that could lead to unexpected function pointer calls.
    • Fix potential deadlock between Burst and the Asset Database if burst is being used when building the database.
    • Fix AssemblyResolveException when loading a project with dependent packages that are using Burst in static initializers or InitializeOnLoad.

    Please upgrade to this version if you haven't already (from both 1.1.x or from any 1.2.0-preview)

    We hope to release the first preview of 1.3 in the coming days. Stay tuned!
     
  2. xoofx

    xoofx

    Unity Technologies

    Joined:
    Nov 5, 2016
    Posts:
    416
    We just published Burst 1.2.3 which is fixing the issue with native plugins that would no longer be loaded.