sschmid / Match-One

This is a simple and interactive Unity3d example project to show how to use Entitas
https://github.com/sschmid/Entitas
197 stars 54 forks source link

Cleanup (Generated, only with Entitas Asset Store version) #5

Closed wangsihao87 closed 2 years ago

wangsihao87 commented 4 years ago

Somewhere explains about this? I use the github version, after regenerate the code, and theses cleanupsystems are gone, What's the main difference between the two versions?

sschmid commented 2 years ago

The payed Unity Asset Store version used to include additional code generators like for Cleanup and also the Roslyn generators, which work also when there are compiler errors.

As of Feb 2021 the Asset Store version is free: https://github.com/sschmid/Entitas/issues/973

As of Sep 2022, starting with Entitas 1.14.0, there are no differences anymore between the versions. The Entitas 1.14.0 GitHub version is now the main version and contains all generators.

Here some details on the current development plans: https://github.com/sschmid/Entitas/issues/992