Releases: sandrofigo/Simple-Code-Generator-Unity3D
Releases · sandrofigo/Simple-Code-Generator-Unity3D
v2.0.3
v2.0.2
Fixed
- Fixed changelog format on release
v2.0.1
Changed
- Log error instead of warning when a template file is not found
Removed
- Removed annotation attribute on CodeGenerationMethod attribute class
v2.0.0
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
- Initial release