Search Unity

How to install editor packages?

Discussion in 'Linux' started by mazh91, Sep 13, 2018.

  1. mazh91

    mazh91

    Joined:
    Sep 13, 2018
    Posts:
    2
    Hi all. I have unity (2018.2.7f1) manually extracted and working since the installer was not able to do that. I was wondering if I can install the editor packages (pkg files) either using the installer or manually, without having to re-download everything.

    Thanks in advance!
     
  2. mazh91

    mazh91

    Joined:
    Sep 13, 2018
    Posts:
    2
    To answer my own question:
    1. Download the component list file from here
    2. Modify the file to look like this. Add more components by setting the 'install' key to true
    3. Code (JavaScript):
      1. [Unity]
      2. title=Unity 2018.2.7f1
      3. description=Unity Editor
      4. url=LinuxEditorInstaller/Unity.tar.xz
      5. md5=3ac85a776c92a15d57791eddae4d3e4c
      6. install=false
      7. mandatory=false
      8. size=770265196
      9. installedsize=2954045440
      10. version=2018.2.7f1
      11. [Documentation]
      12. title=Documentation
      13. description=Unity User Manual and Scripting API Reference
      14. url=MacDocumentationInstaller/Documentation.pkg
      15. md5=9a0516a4a7890bf9d98b7f831d7528f0
      16. install=true
      17. mandatory=false
      18. size=333821985
      19. installedsize=820998000
      20. [Android]
      21. title=Android Build Support
      22. description=Allows building your Unity projects for the Android platform
      23. url=MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-2018.2.7f1.pkg
      24. md5=a9996eaabe9dad13aa6091226137ad88
      25. install=true
      26. mandatory=false
      27. size=365578263
      28. installedsize=1259081000
      29. requires_unity=false
      30. [iOS]
      31. title=iOS Build Support
      32. description=Allows building your Unity projects for the iOS platform
      33. url=LinuxEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-2018.2.7f1.tar.xz
      34. md5=3e6eee84d9affd5cb4ca37b6676eb454
      35. install=false
      36. mandatory=false
      37. size=896387396
      38. installedsize=3353733120
      39. requires_unity=true
      40. [Mac-Mono]
      41. title=Mac Build Support (Mono)
      42. description=Allows building your Unity projects for the Mac-Mono platform
      43. url=MacEditorTargetInstaller/UnitySetup-Mac-Mono-Support-for-Editor-2018.2.7f1.pkg
      44. md5=74d36a21a0e72e983741de00f14f7033
      45. install=false
      46. mandatory=false
      47. size=41637906
      48. installedsize=142847000
      49. requires_unity=true
      50. [WebGL]
      51. title=WebGL Build Support
      52. description=Allows building your Unity projects for the WebGL platform
      53. url=LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.2.7f1.tar.xz
      54. md5=496bf77c3b8b66d10f7624fe615ae7ac
      55. install=false
      56. mandatory=false
      57. size=197932116
      58. installedsize=898775040
      59. requires_unity=true
      60. [Windows-Mono]
      61. title=Windows Build Support (Mono)
      62. description=Allows building your Unity projects for the Windows-Mono platform
      63. url=MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2018.2.7f1.pkg
      64. md5=d34d4f3897a9c49427db9f70a19d3656
      65. install=false
      66. mandatory=false
      67. size=362551331
      68. installedsize=1268723000
      69. requires_unity=true
      70. [Facebook-Games]
      71. title=Facebook Gameroom Build Support
      72. description=Allows building your Unity projects for the Facebook-Games platform
      73. url=MacEditorTargetInstaller/UnitySetup-Facebook-Games-Support-for-Editor-2018.2.7f1.pkg
      74. md5=9cd5872a5cbc68d7e00183d631c43072
      75. install=false
      76. mandatory=false
      77. size=45537310
      78. installedsize=108367000
      79. requires_unity=true
      80. optsync_webgl=WebGL
      81. optsync_windows=Windows
    4. Then run the installer where your pkg files are inside the installer directory

    5. ./Unity_installer/UnitySetup-2018.2.7f1 -u --use-component-list unity-2018.2.7f1-linux.ini --install-location $HOME/Applications/Unity-2018.2.7f1/ -d $HOME/Downloads/Unity_installer/
     
  3. Tak

    Tak

    Joined:
    Mar 8, 2010
    Posts:
    1,001
    If you use the same package download location that you've used in a previous install (not "temporary directory"), the installer will just verify the checksum and not redownload the package(s).
     
  4. shubhro

    shubhro

    Joined:
    Feb 5, 2022
    Posts:
    12
    what is the procedure for linux
    i have the .pkg and .ini file with url and md5 configured