Skip to content

Instantly share code, notes, and snippets.

@ujuc
Created October 21, 2016 05:44
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 ujuc/feb5ec6e9a789287c804bc903379fed8 to your computer and use it in GitHub Desktop.
Save ujuc/feb5ec6e9a789287c804bc903379fed8 to your computer and use it in GitHub Desktop.
install uniti3d

Unity3d install on Ubuntu 16.04

download unity3d

install package

  • sudo dpkg --add-architecture i386
  • sudo apt-get install -y build-essential
  • nodejs
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
  • java7
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt install oracle-java7-installer
  • sudo dpkg --install unity-editor-5.3.6f1+20160720_amd64.deb
    • dpkg: dependency problems prevent configuration of unity-editor
      • sudo apt-get -f install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment