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
Asked
Active
Viewed 1.7k times
1 Answers
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

neferpitou
- 548
.deb
file now. For some reason this does not work as expected. – rrz0 May 17 '18 at 19:56