Closed EvgenL closed 1 year ago
@EvgenL Jenny.zip should be extracted into your project folder, outside of the Assets folder. Example folder structure: Match-One https://github.com/sschmid/Match-One
@sschmid That is exactly what I did. Sorry, I made a mistake in initial post.
I see that in Match-One there is different command to the one used in Jenny-Auto-Import script:
dotnet Jenny/Jenny.Generator.Cli.dll gen
So probably Jenny-Auto-Import should be updated.
The same situation. I spent whole day to try fix it. Yes, I compared with "Match-One". Generator work only from command line: dotnet Jenny/Jenny.Generator.Cli.dll gen
.
Yes, due to upgrading to .NET 6.0, the roslyn code generator plugins only work in the terminal. Using the terminal with jenny server is the recommended way and is also the fastest way to generate
start server in terminal
dotnet Jenny/Jenny.Generator.Cli.dll server
Use rider run configs, another terminal, or Unity menu item (generate using server)
dotnet Jenny/Jenny.Generator.Cli.dll client gen
Yeah, just need to update the scripts in the Jenny.zip root folder for the release :) as the current ones do not work anymore.
🙈 you're right, they are not updated, will do!
I updated the scripts for Match one. Next Entitas release will include fixed convenience scripts in the zip file.
Describe the bug Version 1.14.1 doesn't contain Jenny executable
To Reproduce Steps to reproduce the behavior:
Assets/ in unity projectroot project folder/Users/***/EntitasTest/Jenny-Auto-Import: line 4: ./Jenny/Jenny: No such file or directory /Users/***/EntitasTest/Jenny-Auto-Import: line 5: ./Jenny/Jenny: No such file or directory Press any key to continue
Expected behavior Jenny-Auto-Import should work