You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added [Il2CppEagerStaticClassConstruction] to Unity.Mathematics types to run static constructors at startup. This improves IL2CPP performance slightly for types that have static constructors.
Changed
License file updated to satisfy Unity's package validation tests.
Changed noise documentation in comments to xmldoc comments.
Deprecated
Removed
Fixed
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.