Skip to content

Version 0.4.0 released!

Compare
Choose a tag to compare
@Hertzole Hertzole released this 12 Jan 14:16
· 104 commits to develop since this release

Added

  • Timed attribute to automatically show how long a method or property takes to execute.
  • MarkInProfiler attribute to make methods show up in the Unity profiler.
  • Added %class_full%, %method_full%, and %property_full% for messages.

Changed

  • ResetStatic no longer needs default values.

Fixed

  • Fixed ResetStatic breaking if it's put on a generic field.
  • Fixed code being weaved multiple times.