DaZombieKiller / TypeTreeDumper

Experimental tool to export type tree information from the Unity editor.
MIT License
46 stars 11 forks source link

Binary export type count fix #28

Closed KingEnderBrine closed 3 years ago

KingEnderBrine commented 3 years ago

When exporting to binary typeCount was writing over the first tree's PersistentTypeID. Now writes empty int to later overwrite it.

DaZombieKiller commented 3 years ago

Good catch! Looks like this bug has existed from the very start, even back when the project was TypeTreeTools.