Unitypackage format lzma

Hi,

I’m hoping someone on the unity team can answer this. I’m attempting to create my own .unitypackage file and have come very close to the solution.

I have successfully decompressed a valid unity package using tar and lzma however I have not yet been able to recompress it to a format that unity will recognize.

I would expect it to be something like:

tar -cv 4f98eedbbf2ea43aaa1988b7c4e0b294 |/Applications/Unity/Unity.app/Contents/Tools/lzma e -si -so >test.unitypackage

Perhaps a Unity developer can shed some light on the format of the file?

Thanks

I think it’s actually tar + gz, not tar + lzma.

That was it! Thanks so much Aras!!!