Skip to content

1.2.4

Compare
Choose a tag to compare
@unpacklo unpacklo released this 05 Oct 01:13
· 113 commits to master since this release

Added

  • 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.