Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected line break added in ProjectSettings yaml #68

Open
emitrackman opened this issue Mar 5, 2024 · 0 comments
Open

Unexpected line break added in ProjectSettings yaml #68

emitrackman opened this issue Mar 5, 2024 · 0 comments

Comments

@emitrackman
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant