sschmid / Entitas

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
MIT License
7k stars 1.11k forks source link

【Entitas1.14.1】jenny auto import,not contexts #1061

Closed sugtex closed 1 year ago

sugtex commented 1 year ago

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

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

sugtex commented 1 year ago

Normal should be like this? image

PixStudioPL commented 1 year ago

Got the same with unity 2022.2 :(

PopSlime commented 1 year ago

For some reason I got it working by importing twice. Just run dotnet Jenny.Generator.Cli.dll again.

TrungNVXBraveStars commented 1 year ago

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.

sugtex commented 1 year ago

Thanks for your help!