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

Resolved How to download Unity 2018.3.11 to a CI Server like Travis?

Discussion in 'Testing & Automation' started by timmeey86, Apr 1, 2019.

  1. timmeey86

    timmeey86

    Joined:
    Mar 30, 2019
    Posts:
    3
    Hi, I'm currently trying to set up a configuration file for a Travis OSX Build Job which builds for multiple platforms and found a myriad of tutorials and travis.yml files for older unity versions.
    However, I did not find any download links or similar for 2018 other than the Unity Download Assistant.

    I found this page: https://docs.unity3d.com/Manual/InstallingUnity.html which describes how to install Unity from the command line using e.g. Unity.pkg, but it does not describe where/how to download that package (or any other) via command line.

    How do I get unity to be downloaded and installed on a CI Build Slave through the command line?

    If it matters, I'm on the personal subscription plan.
     
  2. bdovaz

    bdovaz

    Joined:
    Dec 10, 2011
    Posts:
    1,042
    In our case we use this really useful package:

    https://github.com/DragonBox/u3d
     
    timmeey86 likes this.
  3. timmeey86

    timmeey86

    Joined:
    Mar 30, 2019
    Posts:
    3
    Thanks a bunch, hadn't found this through Google! It works like a charm, Unity is installed now, and I can now focus on other problems like travis not decrypting my android keystore etc :rolleyes:
     
  4. bdovaz

    bdovaz

    Joined:
    Dec 10, 2011
    Posts:
    1,042
    I'm glad that it helped.

    Thanks to @jerome-lacoste