sschmid/Entitas

【Entitas1.14.1】jenny auto import,not contexts

sugtex opened this issue · 5 comments

I followed the steps on the document and after importing, the automatic import did not appear contexts。

84AI@I%9~XW1LFS$3UDGW{5

Normal should be like this?
image

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? image
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!