0

I have used Blender and Unity 3D in Windows 8. Recently I have started using Ubuntu 17.04. Can anyone tell me the procedure to install Unity 3D Game Engine. Thank You

1 Answers1

4

You can download .deb file from this link. After that type the following:

sudo dpkg -i filename.deb
sudo apt-get install -f
sudo dpkg -i filename.deb

  • 1
    Official installers do not come with a. .deb file now. For some reason this does not work as expected. – rrz0 May 17 '18 at 19:56