unity-installer

Package scripts and command line tool for downloading and installing Unity headless


Keywords
unity, install, installer, headless, ci, npm
License
MIT
Install
npm install unity-installer@1.0.1

Documentation

unity-installer

npm Build Status Greenkeeper badge David Coverage Status

Minimalist command line installer for Unity with support for semver ranges. Designed for use with Mac OS X hosts in a continuous integration environment.

Prerequisites

Install Node.js for your platform and restart your session such that node and npm are on PATH.

Installation

Install using npm:

npm install -g unity-installer

Usage

See available options:

$ unity-installer
Usage: unity-installer <range> [options]
  -l, --latest      install latest version of Unity (or specify semver range)
  -v, --versions    list available versions to install

Install the latest version of Unity:

$ unity-installer -l

Install the latest version of a particular range:

$ unity-installer ^2017.1

License

See LICENSE.