Skip to content

Unexpected line break added in ProjectSettings yaml #68

@emitrackman

Description

@emitrackman

Loading and immediately dumping yml of ProjectSettings.asset results in unexpected line break inserted in one line, seems arbitrary.

from unityparser import UnityDocument
ps = './ProjectSettings/ProjectSettings.asset'
doc = UnityDocument.load_yaml(ps)
doc.dump_yaml()

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions