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

How to generate codes in a project which has several csproj files? #1073

Open teddyzhang29 opened 11 months ago

teddyzhang29 commented 11 months ago

Our game has several csproj files, and I tried to write them in Jenny.Plugins.ProjectPath but I got errors:

image

cherrynik commented 9 months ago

this is what i've done in Jenny.properties file and it worked for me: image

with such project structure: image