OK folks!
I’m new in Linux and I had some issues to install Unity on Ubuntu.
I spent some 2 weeks fighting against my Ubuntu16.04 to make Unity work with MonoDevelp nice and easy. As far as I have in my mind that if I know something, I have to teach others, so here I’m to try save the day.
Lets go step by step.
ALERT: DO NOT TRY ANYTHING BESIDES THE STEPS I AM SHOWING HERE!!!
1) Install Unity on Ubuntu 16.04.
Go to this link, scroldown all they way to the botton. Check the last post. You will see the link to download the .deb. So, go ahead and do it. (Forget the terminal, I had lots of issues when I tryied to install via Terminal).
After download, go to the directory where you installed the .deb and double-click it.
Once in the website, scroll allll the waaaaayyy doowwn to the bottom to the last post. You will see the download link. For experience don’t download via torrent, use the direct link.
Once you download the .deb. You will see the install window. Just click in install.
When it’s finished, you can check on the launcher the Unity properly installed.
Yes, it is that simple.
2) Install MonoDevelop.
Forget the lamme built-in MonoDevelop. You have to install MonoDevelop outside Unity.
You can install it in 2 different ways (Both work fine):
a) From Ubuntu Software Store (Easiest way).
Go to the Ubuntu Software Store ans browse the MonoDevelp from there and install it. Yep, that’s it.
b) From MonoDevelop website (Hard way)
- Go to this link: Redirecting…
- Now, click on: Debian, Ubuntu, and derivatives
- Once in the: Install Mono on Linux page, click in: download page
Now, do it exactly as it says:
Copy these codes in the Terminal (The whole thing in this order):
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
Than this other code (the whole thing):
echo “deb http://download.mono-project.com/repo/ubuntu xenial main” | sudo tee /etc/apt/sources.list.d/mono-official.list
Than:
sudo apt-get update
Than:
sudo apt-get install mono-devel
Perfect, now you have MonoDevelop installed in you Ubuntu 16.04
3) last step : Assign the external MonoDevelop on Unity:
Open unity, Go to edit, Preferences, External tools & External script editor. Click browse then go to this path [ /opt/Unity/MonoDevelop/bin & choose MonoDevelop.exe.
And that’s it!
Mazal Tov! You have Unity and MonoDevelopment working 99,9% on your Ubuntu.
Why 99,9%? Because there are some bugs on MonoDevelop and I suggest you to check this links to learn how to fix it!
Did it work for you? Please leave a comment! ![]()


