com.unity.burst 1.3.1
Notes: processedReleased June 8, 2020
Unity Compatibility
Minimum Unity: 2018.4
Package Dependencies
🔧 Bug Fixes
- Burst compilation is no longer cancelled when exiting play mode.
- Filter symbol warnings to prevent them reaching logs.
- Fixed handling of conversion from signed integer to pointer which caused issues as discovered by Zuntatos on the forums.
- Fix an issue where a function/job could run without being initialized.
- Fixed a bug with constant expressions that could cause a compile-time hang.
✨ Features
⚡ API Changes
📈 Improvements
- To avoid users falling into the consistent trap of having `Safety Checks` set to `Off`, any reload of the Editor will issue a warning telling the user that `Safety Checks` have been reset to `On`.
- The command line option --burst-disable-compilation is now disabling entirely Burst, including the AppDomain.
