Open
Description
Hello
I am trying to configure a projeny project. I however always get a "Projeny validation failed" error when opening the generated project with unity.
I had a look at the validation function in the projeny.dll source code, and it seems to me like it expects everything in Assets/*
and Assets/Plugins/*
to be a junction. For me this is not the case since:
- I use
PluginsFolder: MyApp/MyPlugins
in myProjenyProject.yaml
, causing theAssets/MyApp/MyPlugins
folder to be created (which is not a junction) - I have dependencies of the form
MyRepository/General/MyPlugin
, which also cause the directory to appear at top level inAssets
(again, not as junction).
Another detail which might be important is that I define the PackageFolders as '[ProjectRoot]/../../../'
At this point I am wondering why the project creation succeeded, but the validation failed. Am I using Projeny wrong, or is the validation not aligned to the directory layouts projeny can produce?
Thanks in advance for your help.
Metadata
Metadata
Assignees
Labels
No labels