Unity-Technologies / UnityDataTools

Experimental tools and libraries for reading and analyzing Unity data files.
Other
577 stars 50 forks source link

Implement `archive list` and `archive extract` for web `.data` files #15

Closed davschne-unity closed 9 months ago

davschne-unity commented 10 months ago

Since we also need to support gzip- and brotli-compressed web bundles, and we don't want to decompress more than once.

And throw the appropriate exception type (requires adding package System.IO.Packaging).