Skip to content

ProjenyPackage.yaml throws an error on tab character #75

Open
@kasradzenika

Description

@kasradzenika

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

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