Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Extract a .unitypackage

Discussion in 'Linux' started by Valentinhon, Mar 26, 2023.

  1. Valentinhon

    Valentinhon

    Joined:
    Oct 20, 2019
    Posts:
    76
    Hello,

    My friend and I are making a unity asset. In linux (Pop-OS 22.04), I was trying some final test but when I download the .unitypackage and trying to unzip it, a window show me what's in the GZ file, I click on it and then I click "Extract" and choose /home/user/Documents/Asset as destination.
    I have this message "An Error occured while extracting file". I was trying to extract in /home/user/Documents so, this is not a permission issue.
    So I tried with terminal :
    tar -xvzf ./Downloads/packagename.unitypackage -C /home/User/Documents/Asset

    but I obtain multiple documents with GUID number containing a "asset.meta" and a 'pathname" files


    On Windows, I double clic on the .unitypackage and it opens Unity to import it.


    Can someone help me to solve this on Linux ?
     
  2. ChiwTheNeko

    ChiwTheNeko

    Joined:
    Mar 24, 2022
    Posts:
    133
    Open Unity. Assets menu > Import Package > Custom Package.