com.unity.mathematics 1.2.4
Notes: processedReleased October 3, 2021
Unity Compatibility
Minimum Unity: 2018.3
Package Dependencies
No dependency metadata provided.
✨ Features
- Added `[Il2CppEagerStaticClassConstruction]` to Unity.Mathematics types to run static constructors at startup. This improves IL2CPP performance slightly for types that have static constructors.
📈 Improvements
- License file updated to satisfy Unity's package validation tests.
- Changed noise documentation in comments to xmldoc comments.
- ### Deprecated
⚡ API Changes
🔧 Bug Fixes
- Fixed Equals(object) override which did not check type before casting. This could cause exceptions to be thrown when the object did not match the expected type.
- Fixed incorrect `math.tzcnt` documentation which mentioned leading zero counts instead of trailing zero counts.
- Fixed `float2x2.Rotate` documentation to mention radians instead of degrees.
- Fixed documentation for methods and properties that were previously undocumented.
