DaZombieKiller / TypeTreeTools

Export type tree information straight from the Unity editor. Superceded by https://github.com/DaZombieKiller/TypeTreeDumper
MIT License
8 stars 4 forks source link

Fix crash in Unity 2019.2.0 #4

Closed spacehamster closed 4 years ago

spacehamster commented 4 years ago

Fix crash in Unity 2019.2.0 by constructing TypeTree before calling GetTypeTree. I wasn't sure if it was worth the effort of calling the deconstructor afterwards or just leak memory.