Entitas
Entitas copied to clipboard
What is the proper way to generate Jenny.properties?
Hi,
I am using 1.12.1, downloaded from Asset Store.
And I found that there are 2 ways of generate Jenny.properties:
- Generate from command line
- Generate from Unity GUI
But the 2 ways generated different contents, especially the Jenny.SearchPaths
. What is the proper way to generate? And I can't use the GUI version to start Jenny-Server.
CMD is my favorite, it fits any environment say a pure C# project. This file is human readable so don't be afraid to edit it manually. Backup first
@Jennal both ways are fine. When you use jenny wizard (run Jenny.exe without any parameters) with the command line, it performs some additional cleanup logic which might explain the difference in the searchPaths.
Personally, it create a new Jenny.properties with jenny new
and then I specify the initial search path where the auto-import command should search for plugins
Jenny.SearchPaths = Jenny/Plugins
now I just start the jenny wizard and follow the instructions