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 ?