How can I install Unity 3D game engine for Ubuntu?

I wish to develop some games on Unity 3D game engine. I was unable to find the link to download the application. Can someone post the download link for Unity 3D game engine for Ubuntu and/or explain how to install it?


Solution 1:

The below link used in the wget command can be retrieved here and is subject to change over time. At the time of writing this was the actual link and the procedure is tested in Ubuntu 17.10 and 16.04 but should as well work in lower versions of Ubuntu. If not you might want to consider upgrading.


As well you want at least 15-20 GB free space on your HDD/SSD for this operation. Now that this all is out of the way do the following in a terminal:

sudo apt install gdebi
wget http://beta.unity3d.com/download/ee86734cf592/unity-editor_amd64-2017.2.0f3.deb
sudo gdebi unity-editor_amd64-2017.2.0f3.deb

Solution 2:

As of 2020 Unity has released the stable version UnityHub for Linux. TO install Unity Engine you need to

  1. Download the AppImage from Unity3D.
  2. Make the AppImage executable.
chmod +x UnityHub.AppImage
  1. Execute the AppImage.
./UnityHub.AppImage
  1. Now SignIn through UnityHub in preferences
  2. Download and Install relevant platform packages.

Solution 3:

I did it by downloading .deb file (Debian Package) from the last link here (Official Installers) and then just run it with Software Install. Don't forget to restart the machine before use.

Solution 4:

We can install unity hub on ubuntu and after that the unity, link for the same is below - https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage