Releases: Cysharp/UnitGenerator
Releases · Cysharp/UnitGenerator
Ver.1.4.6
- remove
public
accessibility of generated class
Ver.1.4.5
- Add static
Empty
field when type is Guid or Ulid
Ver.1.4.4
What's Changed
- Fix generate new ulid by @dalian-spacekey in #8
New Contributors
- @dalian-spacekey made their first contribution in #8
Full Changelog: 1.4.3...1.4.4
Ver.1.4.3
Ver.1.4.2
- Add UnitGenerateOptions.WithoutComparisonOperator
Ver.1.4.1
- Add static New*** method when type is Guid
Ver.1.4.0
- ToString() only generate value in default
Ver.1.3.1
- Fix removing
.
prefix in generated file when type is in global-namespace
Ver.1.3.0
- Fix if target type in global namespace, can not generate
- Add support of Unity 2021.2's Source Generators