Skip to content

Releases: sandrofigo/Simple-Code-Generator-Unity3D

v2.0.3

15 Aug 07:25
Compare
Choose a tag to compare

Added

  • Re-added annotation attribute on CodeGenerationMethod attribute class

Fixed

  • Fixed assembly load error when using JetBrains Rider 2025.2

v2.0.2

14 Aug 16:43
Compare
Choose a tag to compare

Fixed

  • Fixed changelog format on release

v2.0.1

14 Aug 16:39
Compare
Choose a tag to compare

Changed

  • Log error instead of warning when a template file is not found

Removed

  • Removed annotation attribute on CodeGenerationMethod attribute class

v2.0.0

06 Feb 14:55
Compare
Choose a tag to compare

Changed

  • Changed automatic code generation to not run when only generated files have changed (containing .g. or .generated. in the file path)
  • Moved core classes to separate assembly to be able to reference them in code outside of the editor

v1.0.0

28 Aug 13:05
Compare
Choose a tag to compare
  • Initial release