Skip to content

Entitas 0.23.0

Compare
Choose a tag to compare
@sschmid sschmid released this 02 Oct 22:38
· 1886 commits to develop since this release
Breaking changes

Before updating, please follow the Entitas upgrade guide

  • Gerneral
    • Updated and applied policy
Entitas
  • Reimplemented new matcher AnyOf and NoneOf
Matcher.AllOf(Matcher.A, Matcher.B)
       .AnyOf(Matcher.C, Matcher.D)
       .NoneOf(Matcher.E, Matcher.F);
Entitas.CodeGenerator
  • Updated generators to work with new matchers
  • PoolsGenerator generates Pools.allPools (#39)
  • Code Generators convert local newline to unix newline
Entitas.Unity.CodeGenerator
  • Changed CodeGeneratorConfig.disabledCodeGenerators to CodeGeneratorConfig.enabledCodeGenerators