Search Unity

Unable to download Unity2019.1.7f1 from official releases website

Discussion in 'Linux' started by Gaarco, Jun 24, 2019.

  1. Gaarco

    Gaarco

    Joined:
    Jun 17, 2019
    Posts:
    1
    Inside unity hub there is only version 2019.1.8f1 but I need the previous one so as said "If you can not find the version you are looking for, check on Official releases website. Click the following links if you are looking for other Betas, or Patches releases.", I clicked on Official releases website, selected the version I wanted but then nothing happened, no installation on Unity hub and no versions updated
     
  2. JJ_FX

    JJ_FX

    Joined:
    Mar 19, 2015
    Posts:
    76
    Yeah I wanted to update and cant. At some point of the download it just stops, no errors
     
  3. xantippee

    xantippee

    Joined:
    Jun 3, 2018
    Posts:
    1
    I too can never get the UnitySetup-* installer to work on linux. I am not sure why this has never been fixed, but it probably has something to do with the "experimental" nature. Not withstanding full featured commercial games are released with it for the linux platform. However there is a way around it. This solution was posted here and elsewhere before but I forgot the original post. You need to download the json file here:

    https://public-cdn.cloud.unity3d.com/hub/prod/releases-linux.json

    Then check the contents and look up the version you want, for 2019.1.8f1 search for string "2019.1.8f1" then you will see the download url for all platforms, including linux:

    https://download.unity3d.com/download_unity/7938dd008a75/LinuxEditorInstaller/Unity.tar.xz

    Then just simply run:

    wget https://download.unity3d.com/download_unity/7938dd008a75/LinuxEditorInstaller/Unity.tar.xz
     
  4. Nepoxx

    Nepoxx

    Joined:
    Mar 25, 2013
    Posts:
    2
    That's great, but those are not installers. They are archives container the Unity binaries. Do you know how to add modules to that installation (android, iOS, webGL, etc.)