com.unity.burst 1.4.0-preview.4

com.unity.burst

Notes: processedReleased August 18, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.4

Package Dependencies

🔧 Bug Fixes

  • Fixed a bug introduced in 1.4.0-preview.3 that prevented some `UnityEngine.Debug` methods (such as `DrawLine`) from being called
  • Fixed compiler error when explicit-layout struct contains a field which is itself an empty struct
  • Fixed a bug that if you used more than four arguments in a function *declared within another function*, and then implicitly captured a few variables, Burst would map the variables wrongly.

📈 Improvements

  • Bump com.unity.mathematics to 1.2.1 version