com.unity.burst 1.3.5

com.unity.burst

Notes: processedReleased August 20, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.4

Package Dependencies

🔧 Bug Fixes

  • 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.