Skip to content

Entitas 0.21.0

Compare
Choose a tag to compare
@sschmid sschmid released this 15 Aug 14:50
· 1992 commits to develop since this release
Fixes
  • Entitas.Migration
    • Changed target framework to .NET 3.5 to fix build errors in VisualStudio (#22)
Entitas
  • Changed pool.DestroyEntity(entity) behaviour
    • won't trigger group.OnEntityRemoved anymore
    • triggers group.OnEntityWillBeDestroyed
    • removes entity from all groupObserver.collectedEntities
      • ReactiveSystem doesn't pass on destroyed entities anymore
  • ReactiveSystem doesn't call Execute() when filtered entities.Count == 0
Other
  • Added project files (#18)