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

Add unique Unity class keys to UnityClassIdMap #12

Closed sp-ricard-valverde closed 5 years ago

sp-ricard-valverde commented 5 years ago

Store Unity classes in UnityClassIdMap using their id + classname instead of just using id. Solves the problem of duplicated ids for different class names when parsing multiple documents from very different Unity versions.