Couldn't decompress package

I am unable to import any packages. Unity just writes “Couldn’t decompress package” into console.
Tried running from terminal, but there are now errors logged (maybe i missed some argument?)
If i download package from assetstore it also appears in console: UnityEditor.Web.JSProxyMgr: DoTasks(), but before that package appears to be successfully decrypted.
But when i import already downloaded package, it just says that package couldn’t be decompressed.

I have zlib and gzip installed. What else am i missing?

I’m using OpenSUSE btw.

I had to use import custom , if I used import package it just crashes with archive manager error

1 Like

i’m talking about import custom, as importing already downloaded package. it gives that error. so as i see, i’m missing some library, but what?

Same problem here. I’m currently using the last release on ubuntu 14.04 LTS.

maybe it could be a problem with permissions?

Does tar -zxpf work for you on the package file?

Firstly, thanks for answering ^^

Well, after formatting my laptop and install the new release it seems that it’s fixed :smile:

However i also tried using tar, but it isn’t unzip the package properly, it creates a folder per script which contains a file without extension named “asset” that contains the code, plus the meta file and a pathname file. For what it’s worth.

Greetings.