Skip to content

1.5.0

Latest
Compare
Choose a tag to compare
@adamgraham adamgraham released this 18 Jun 19:00
· 1 commit to main since this release
5544a01

Added

  • New ExitApplication script
  • New PauseApplication script
  • New editor mesh debugger: Window > Analysis > Mesh Debugger
  • Behavior help URLs

Changed

  • Refactored the Compare<T> class
    • Changed the Compare.Test function to two distinct functions: Compare.Equal and Compare.NotEqual
    • The generics are now applied to the functions instead of the class, i.e., Compare.Equal<int> instead of Compare<int>.Equal