Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lee-pai-long/3b3648d6801b43849f69 to your computer and use it in GitHub Desktop.
Save lee-pai-long/3b3648d6801b43849f69 to your computer and use it in GitHub Desktop.

[LINUX MINT 17.2] Install unity3d 5 experimental

$ cd ~/Downloads/ && \
> wget http://download.unity3d.com/download_unity/unity-editor-5.1.0f3+2015082501_amd64.deb && \
> [sudo] apt-get update && \
> [sudo] dpkg -i ./unity-*.deb && \
> [sudo] apt-get -f install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment