Projeny: Could not find match for YAML element PackageFolders
Could someone help me out with this one. Didn’t find anything in the readme
# Default values
# These can all be overriden by user config files
MaxProjectNameLength: 10
# Set to true if you don't want to use the Projeny editor DLL and instead want to link directly
# to UnityPlugin\Projeny
LinkToProjenyEditorDir: False
ReleaseSources:
- AssetStoreCache:
PathVars:
ProjTemplatesDir: '[ProjenyDir]/Templates'
CsProjectTemplate: '[ProjTemplatesDir]/CsProjectTemplate.csproj'
CsSolutionTemplate: '[ProjTemplatesDir]/CsSolutionTemplate.sln'
PlaceholderFile1: '[ProjTemplatesDir]/Placeholder1/Placeholder.cs'
PlaceholderFile2: '[ProjTemplatesDir]/Placeholder2/Placeholder.cs'
ProjenyChangeProjectMenuMeta: '[ProjTemplatesDir]/ProjenyChangeProjectMenu.cs.meta'
ProjectRootGitIgnoreTemplate: '[ProjTemplatesDir]/customProjectRootGitIgnore'
ProjectRootSvnIgnoreTemplate: '[ProjTemplatesDir]/customProjectRootSvnIgnore'
YamlDotNetDllPath: '[ProjenyDir]/Bin/UnityPlugin/Release/YamlDotNet.dll'
ProjenyUnityEditorDllPath: '[ProjenyDir]/Bin/UnityPlugin/Release/Projeny.dll'
ProjenyUnityEditorDllMetaFilePath: '[ProjTemplatesDir]/Projeny.dll.meta'
ProjenyUnityEditorAssetsDirPath: '[ProjenyDir]/UnityPlugin/Projeny/Assets'
UnityProjectsDir: 'F:\Dateien\Unity\Projekte'
# Note that these are defaults, and can be overridden in any other Projeny.yaml file
MsBuildExePath: 'C:/Windows/Microsoft.NET/Framework/v4.0.30319/msbuild.exe'
UnityExePath: 'C:/Program Files/Unity/Editor/Unity.exe'
Console:
UseColors: False
OutputToFilteredLog: False
Compilation:
UseDevenv: False
IncludeProjenyInGeneratedSolution: False
C:\Program Files (x86)\Projeny>prj --project Test --createProject
Initializing new project "Test"...
Updating package directories for project Test...
Project "Test" is not initialized for platform "Windows". Initializing now.
Initializing new project Test (Windows)...
Failed during task: initializing new project Test (Windows) (Took 0.0 seconds, time: 20:29:56, total elapsed: 0.0 seconds)
Failed during task: updating package directories for project Test (Took 0.0 seconds, time: 20:29:56, total elapsed: 0.0 seconds)
Failed during task: initializing new project "Test" (Took 0.0 seconds, time: 20:29:56, total elapsed: 0.0 seconds)
Failed while processing config yaml for project 'Test' (platform 'Windows'). Details: Error: Could not find match for YAML element PackageFolders
Operation completed with errors. Took 0.0 seconds.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 37 (19 by maintainers)
Commits related to this issue
- Fixed the utf8 part of issue #14 — committed to modesttree/Projeny by svermeulen 8 years ago
- Bug fix re #14 — committed to modesttree/Projeny by svermeulen 8 years ago
Oh, oops, I didn’t make a release for this fix. I’ll do that today. If you don’t want to wait for that you can install by source which should have the fix.