Skip to content

Projeny validation fails when paths are involved #85

Open
@decden

Description

@decden

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 my ProjenyProject.yaml, causing the Assets/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 in Assets (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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions