Search Unity

Linux installer paths are wrong

Discussion in 'Linux' started by lukehutch, Jun 2, 2019.

  1. lukehutch

    lukehutch

    Joined:
    Apr 14, 2016
    Posts:
    2
    In the file https://netstorage.unity3d.com/unity/292b93d75a2c/unity-2019.1.0f2-linux.ini , downloaded by the Linux installer UnitySetup-2019.1.0f2, most of the paths are for Mac install packages, rather than Linux install packages:

    [Unity]
    title=Unity 2019.1.0f2
    description=Unity Editor
    url=LinuxEditorInstaller/Unity.tar.xz
    md5=0dc5ad06937a65892840f49a05089374
    install=true
    mandatory=false
    size=909854764
    installedsize=3550658560
    version=2019.1.0f2
    [Android]
    title=Android Build Support
    description=Allows building your Unity projects for the Android platform
    url=MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-2019.1.0f2.pkg
    md5=82dc6749dd6418c7f01043e2d8ae3787
    install=false
    mandatory=false
    size=663861285
    installedsize=1957673000
    requires_unity=true
    [iOS]
    title=iOS Build Support
    description=Allows building your Unity projects for the iOS platform
    url=LinuxEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-2019.1.0f2.tar.xz
    md5=4a6628b549c12a944ac1924b00570b59
    install=false
    mandatory=false
    size=894038404
    installedsize=3671930880
    requires_unity=true
    [Mac-Mono]
    title=Mac Build Support (Mono)
    description=Allows building your Unity projects for the Mac-Mono platform
    url=MacEditorTargetInstaller/UnitySetup-Mac-Mono-Support-for-Editor-2019.1.0f2.pkg
    md5=1a83bf8af930d15471df0b755ccaa402
    install=false
    mandatory=false
    size=130258975
    installedsize=449537000
    requires_unity=true
    [WebGL]
    title=WebGL Build Support
    description=Allows building your Unity projects for the WebGL platform
    url=LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2019.1.0f2.tar.xz
    md5=e8f1429f10b9a654561ba32a5c006994
    install=false
    mandatory=false
    size=291990744
    installedsize=1085204480
    requires_unity=true
    [Windows-Mono]
    title=Windows Build Support (Mono)
    description=Allows building your Unity projects for the Windows-Mono platform
    url=MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2019.1.0f2.pkg
    md5=5cff0c9540d7f552273bf7abaf4befec
    install=false
    mandatory=false
    size=108124188
    installedsize=354875000
    requires_unity=true
    [Facebook-Games]
    title=Facebook Gameroom Build Support
    description=Allows building your Unity projects for the Facebook-Games platform
    url=MacEditorTargetInstaller/UnitySetup-Facebook-Games-Support-for-Editor-2019.1.0f2.pkg
    md5=f7a2333ac6959f8e323dc2b0511c5a4e
    install=false
    mandatory=false
    size=48531490
    installedsize=115750000
    requires_unity=true
    optsync_webgl=WebGL
    optsync_windows=Windows
     
    BenAtWork likes this.
  2. PixelJ

    PixelJ

    Unity Technologies

    Joined:
    Nov 1, 2018
    Posts:
    216