ata4 / disunity

An experimental toolset for Unity asset and asset bundle files.
The Unlicense
2.69k stars 662 forks source link

Don't repeat class and version mismatch warnings #157

Open RupW opened 8 years ago

RupW commented 8 years ago

to make it easier to wade through all of the warnings I'm getting!

Also a fix for something I was hitting with bundle-extract: if you run disunity from the same directory as the bundle then there's no parent path in a default output dir so the 'getParent().resolve' didn't work.

Thanks! I will look into updating the types.dat too; what would you suggest, e.g. get the Unity Labs demo and all of the standard packages for a specific Unity version and try and import types from that data?