【Entitas1.14.1】jenny auto import,not contexts
sugtex opened this issue · 5 comments
Got the same with unity 2022.2 :(
For some reason I got it working by importing twice. Just run dotnet Jenny.Generator.Cli.dll again.
Normal should be like this?
Hope this reply is not too late. You should download 2 file named Jenny and Entitas from github: https://github.com/sschmid/Entitas/releases/tag/1.14.1
Create your project, and create an arbitrary C# script to generate an Assembly-CSharp file. Comback to Unity, open Tool/Jenny/Preferences, click auto import and override. Click Edit Jenny.Properties, it will open a path file and copy things from this link (Match-One game): https://github.com/sschmid/Match-One/blob/main/Jenny.properties. Save this file and now you can create components, generate code using the command "dotnet Jenny.Generator.Cli.dll gen".
Hope you find it well.
Thanks for your help!

