Last active
March 22, 2018 10:42
-
-
Save zideano/b977e2cecced6ff6c3d71cbd33d6620f to your computer and use it in GitHub Desktop.
Installing Unity 3D
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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