Download Latest Version Jenny.zip (5.3 MB)
Email in envelope

Get an email when there's a new version of Entitas Game Engine

Home / 1.14.0
Name Modified Size InfoDownloads / Week
Parent folder
Jenny.zip 2022-09-02 5.0 MB
Entitas.zip 2022-09-02 698.1 kB
Entitas 1.14.0 source code.tar.gz 2022-09-02 9.9 MB
Entitas 1.14.0 source code.zip 2022-09-02 10.3 MB
README.md 2022-09-02 2.2 kB
Totals: 5 Items   25.9 MB 0

Notes

  • Rename the repository to Entitas: https://github.com/sschmid/Entitas
  • Desperate Devs 1.0 is now open-source. Please find changes and upgrade guides here: CHANGELOG.md
  • Started migration to a modern SDK-style project structure using .NET project SDKs
  • All projects have been updated to .NET 6.0 and .NET Standard 2.1.
  • Entitas.Roslyn.CodeGeneration.Plugins is now open-source and part of this Entitas repository
  • main is new default branch and master is obsolete

Upgrade

  • Rename CodeGeneratorExtentions to CodeGeneratorExtensions
  • Update Jenny.properties and rename to Entitas.CodeGeneration.Plugins.EventListenerInterfaceGenerator
  • mono Jenny/Jenny.exe is obsolete. Use dotnet Jenny/Jenny.Generator.Cli.dll (requires dotnet)
  • Run dotnet Jenny/Jenny.Generator.Cli.dll auto-import -s and follow instructions
  • Consider using at least these search paths in Jenny.properties:

    Jenny.SearchPaths = Jenny/Plugins/Entitas, \ Jenny/Plugins/Jenny, \ Assets/Entitas - Some keys in Jenny.properties have changed due to renamed namespaces:

    Jenny.SearchPaths Jenny.Plugins Jenny.PreProcessors Jenny.DataProviders Jenny.CodeGenerators Jenny.PostProcessors Jenny.Server.Port Jenny.Client.Host Jenny.Plugins.ProjectPath Jenny.Plugins.TargetDirectory - For reference, see Match-One Jenny.properties - Generate using dotnet Jenny/Jenny.Generator.Cli.dll gen

Entitas

  • Add systems.Remove()

Entitas.CodeGeneration.Plugins

  • Fix typo in CodeGeneratorExtensions
  • Fix typo in EventListenerInterfaceGenerator
  • Remove CodeDom

Entitas.Unity.Editor

Other

  • Use Desperate Devs 1.0.0
  • Use nuget and delete dependencies
  • Remove docs
  • Remove doxygen
  • Remove tree

bee

  • Migrate to bee 1.1.0
  • Remove generated folder from VisualDebugging project
Source: README.md, updated 2022-09-02