#1055·Entitas

Temp Setup Guide for 1.14.1

Author: eterlanCreated Feb 11, 2023Updated Jan 27, 2026

It's quite struggling for me to grasp all the infomation from issue to setup the project, maybe it's just me not smart enough but anyway. For someone who watch video and want to try this wonderful framework. Tutorial or installing guide is temproraly broken, so follow these steps instead.

  1. Create a new Unity project.
  2. Download Entitas and Jenny from releases. Copy the content inside Entitas to Assets/, then copy the content inside Jenny to project root folder. It should looks exactly like this project Sample.
  3. Paste anything
  4. In the menu bar, find Tools -> Jenny -> Preference -> Edit Jenny/properties. Copy the content from Sample Jenny.properties to override this file.
  5. Assets -> Open C# projects to open your Rider (no idea what would happens to VS or VSCode). Rider -> Terminal input: dotnet Jenny/Jenny.Generator.Cli.dll server
  6. Rider -> Terminal click "+" to open another window and type: dotnet Jenny/Jenny.Generator.Cli.dll client gen
  7. If folder structure is correct, than it should have no problems in win10, Unity2022.2.1f1

Tips:

  1. Visual Debugger doesn't work. #999