One Entitas version - Desperate Devs is open-source now #1008
sschmid
announced in
Announcements
Replies: 2 comments 1 reply
-
This is amazing, thank you Simon. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for your great job, Simon. Are you planning to make Jenny open source soon? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Entitas community!
Great news: Desperate Devs is now open-source:
https://github.com/sschmid/DesperateDevs
Other great news: There is only one Entitas version that has it all!
Entitas was, is and will be open-source.
However, there have been two different versions:
The Asset Store version contained
Jenny.zip
, which included additional code generators that have not been part of the GitHub version.The Asset Store version also came with a specific code generator that was based on Roslyn instead of reflection, which enabled us to generate code, even if there are compiler errors.
This changed now as I made Desperate Devs (including Jenny and the Roslyn code generators) open-source! The Entitas GitHub version is now the default version and contains everything that the Asset Store version had.
Entitas for Unity
The Entitas releases now contain both
Entitas.zip
andJenny.zip
. Drop the content ofEntitas.zip
into your Assets folder and the content ofJenny.zip
into the root of your project folder.See the Unity project Match-one for reference.
Entitas for C# projects
Entitas is also available via nuget, see the dotnet console app Entitas-Standalone for reference.
Happy coding :)
Simon
Beta Was this translation helpful? Give feedback.
All reactions