com.unity.burst 1.3.0-preview.5
Notes: processedReleased March 11, 2020
Unity Compatibility
Minimum Unity: 2018.4
Package Dependencies
🔧 Bug Fixes
- `MemCpy` and `MemSet` performance regression in Burst 1.3.0.preview.4 (as was spotted by @tertle) has been fixed.
- Fix a crash when loading assembly with PublicKeyToken starting with a digit
- Better handling of MonoPInvokeCallbackAttribute: no check for the namespace, don't print message on Mono builds
📈 Improvements
- Improved error message for typeof usage
