Skip to content

1.4.0

Compare
Choose a tag to compare
@adamgraham adamgraham released this 20 May 05:53
· 13 commits to main since this release

Added

  • New Draw class with additional methods compared to Unity's debug draw functions
  • Added additional compiler directives to compile-out code in release builds
  • Added Reset function to FPSDisplay to automatically set text component reference

Changed

  • Changed FPSDisplay.displayFormat setter from protected to public so custom formats can be set without needing to extend the class
  • Changed FPSDisplay.nextUpdate from public to private (only needed internally)
  • Changed default FPSDisplay.refreshRate from 1s to 0.125s