com.unity.burst 1.2.1

com.unity.burst

Notes: processedReleased January 25, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.4

Package Dependencies

🔧 Bug 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`.

⚠️ Known Issues

  • The fix for the deadlock requires to temporarily disable the ability to click on a compilation error in the Unity Editor to jump to the source IDE.