Skip to content

Entitas 0.20.0

Compare
Choose a tag to compare
@sschmid sschmid released this 11 Aug 16:11
· 2000 commits to develop since this release
Breaking changes
  • Entitas
    • Removed all matchers except AllOfMatcher
Entitas
  • Added IEnsureComponents to optionally ensure entities passed in via ReactiveSystem have certain components
  • Added IExcludeComponents to optionally exclude entities passed in via ReactiveSystem
  • Added support for multiple PoolAttributes on components
[PoolA, PoolB, PoolC]
public class SomeComponent : IComponent {}
Entitas.Unity.CodeGenerator
  • Added disabledCodeGenerators to CodeGeneratorConfig
  • Added code generator toggles to CodeGeneratorPreferencesDrawer

Entitas.Unity.Codegenerator.disabledcodegenerators

Entitas.Unity.VisualDebugging
  • Nicer stats