Entitas icon indicating copy to clipboard operation
Entitas copied to clipboard

What is the proper way to generate Jenny.properties?

Open Jennal opened this issue 5 years ago • 2 comments

Hi,

I am using 1.12.1, downloaded from Asset Store.

And I found that there are 2 ways of generate Jenny.properties:

  1. Generate from command line
  2. 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.

Jennal avatar Dec 20 '18 06:12 Jennal

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

zhuchun avatar Dec 27 '18 08:12 zhuchun

@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

sschmid avatar Jan 03 '19 22:01 sschmid