DaZombieKiller / TypeTreeDumper

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

Inheritance chain #10

Closed mafaca closed 3 years ago

mafaca commented 3 years ago

https://github.com/DaZombieKiller/TypeTreeDumper/blob/a7657a1de2ed023e441b2fa4a54ad4d46719ae86/Unity/RuntimeTypeInfo.cs#L22 This property is always null. So it doesn't show inheritance chain in dump file.

DaZombieKiller commented 3 years ago

Looks like it was accidentally made a read-only property instead of redirecting to the interface. I'll investigate this later today.

DaZombieKiller commented 3 years ago

Fixed in https://github.com/DaZombieKiller/TypeTreeDumper/commit/c87621328613bfa43bfaa5d0c6274fa1e22acdac