socialpoint-labs / unity-yaml-parser

Python3 library to manipulate Unity serialized files from outside the Unity Editor.
https://pypi.org/project/unityparser/
MIT License
137 stars 24 forks source link

fix(parsing) Fix parsing anchors with extra data #11

Closed allender closed 5 years ago

allender commented 5 years ago

Unity will sometimes add extra data to the end of the anchor lines. This fix will allow those changes to be properly read, parsed, and re-serialized.

Fixes #2

allender commented 5 years ago

I did - and I apologize. They rest of the changes should be visible to you now. Sorry about that.

allender commented 5 years ago

Thank you for the tips on using rebase. I've never understood that command well and this example helps. I appreciate you helping me out.