com.unity.burst 1.1.2
Notes: processedReleased August 1, 2019
Unity Compatibility
Minimum Unity: 2018.4
Package Dependencies
🔄 Changes
- Fix an issue where non-readonly static variable would not fail in burst while they are not supported
- Fix issue with char comparison against an integer. Add partial support for C# char type
- Improve codegen for struct layout with simple explicit layout
- Fix NullReferenceException when using a static variable with a generic declaring type
- Fix issue with `stackalloc` not clearing the allocated stack memory as it is done in .NET CLR
