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

Allow dump basic python types #15

Closed sp-ricard-valverde closed 4 years ago

sp-ricard-valverde commented 5 years ago

Right now if a value is dumped and it's not of type str it will print nasty tags on the YAML. We should support serializing basic python types without tags.