Open
Description
I have a projeny project, with 1 empty unity project and 1 empty package.
ProjenyPackage.yaml:
Platforms:
- Windows #leading spaces - OK
- UWP #leading tab character - NOT OK
Inside Unity I'm trying to make the project dependent on the package. So I drag and drop OculusUtils package from the packages tab to the Assets Folder in Projeny GUI but get an error:
Screen 1
Screen 2
The error goes:
Failed while processing config yaml for project 'Master' (platform 'Windows'). Details: while scanning for the next token
found character '\t' that cannot start any token
in "", line 4, column 1:
- UWP
^
The solution is to replace tab characters with spaces, which is sorta a mortal sin :/
Metadata
Metadata
Assignees
Labels
No labels