Skip to content

Instantly share code, notes, and snippets.

@zideano
Last active March 22, 2018 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zideano/b977e2cecced6ff6c3d71cbd33d6620f to your computer and use it in GitHub Desktop.
Save zideano/b977e2cecced6ff6c3d71cbd33d6620f to your computer and use it in GitHub Desktop.
Installing Unity 3D
http://www.techgazet.com/install-unity3d-ubuntu/
How to install Unity3d on Ubuntu 17.04, Ubuntu 16.10, Ubuntu 16.04, Ubuntu 15.04, Ubuntu 14.04
sudo apt-get install gdebi
wget http://beta.unity3d.com/download/d72e16ff4aba/unity-editor_amd64-5.6.3xf1Linux.deb
sudo gdebi unity-editor_amd64-5.6.3xf1Linux.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment