Installing Unity3D into Linux[Ubuntu]
Just Follow these few simple steps:
Download the Unity file from here
Make that download file executable using following command in your terminal:
chmod +x UnitySetup-2018.2.7f1
Install the prerequisites via
sudo apt install libgtk2.0-0 libsoup2.4...
shankar-malik.hashnode.dev1 min read