Search Unity

Couldn't decompress package

Discussion in 'Linux' started by curly-brace, Mar 4, 2016.

  1. curly-brace

    curly-brace

    Joined:
    Sep 16, 2015
    Posts:
    11
    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.
     
  2. knobby67

    knobby67

    Joined:
    Aug 30, 2015
    Posts:
    389
    I had to use import custom , if I used import package it just crashes with archive manager error
     
    Deleted User likes this.
  3. curly-brace

    curly-brace

    Joined:
    Sep 16, 2015
    Posts:
    11
    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?
     
  4. Gekokeitaro

    Gekokeitaro

    Joined:
    May 29, 2016
    Posts:
    8
    Same problem here. I'm currently using the last release on ubuntu 14.04 LTS.

    maybe it could be a problem with permissions?
     
  5. Tak

    Tak

    Joined:
    Mar 8, 2010
    Posts:
    1,001
    Does tar -zxpf work for you on the package file?
     
  6. Gekokeitaro

    Gekokeitaro

    Joined:
    May 29, 2016
    Posts:
    8
    Firstly, thanks for answering ^^

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

    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.