Skip to content

Releases: sandrofigo/Simple-Code-Generator-Unity3D

v2.0.3

Choose a tag to compare

@github-actions github-actions released this 15 Aug 07:25

Added

  • Re-added annotation attribute on CodeGenerationMethod attribute class

Fixed

  • Fixed assembly load error when using JetBrains Rider 2025.2

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 14 Aug 16:43

Fixed

  • Fixed changelog format on release

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 16:39

Changed

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

Removed

  • Removed annotation attribute on CodeGenerationMethod attribute class

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 14:55

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

Choose a tag to compare

@github-actions github-actions released this 28 Aug 13:05
  • Initial release