Unity 2D’s main goal is to provide a Unity environment on hardware platforms that don’t support Unity’s Open GL requirements. Many ARM platforms fall into this category, so Unity 2D expands Unity’s goodness to a whole new set of platforms.
The software is implemented using Qt/QML for the UI portions of Unity, while utilizing the existing Unity core components, like indicators, bamf, dee, uTouch and places.
Install ubuntu unity 2D using PPA in ubuntu 11.04/10.10
Open the terminal and run the following commands
sudo add-apt-repository ppa:unity-2d-team/unity-2d-daily
sudo apt-get update
sudo apt-get install unity-qt-default-settings
Now you have to select Unity Qt at the login screen
Unity 2D Demo Video
Incoming search terms:
- install unity ubuntu server
- install unity 2d
- install unity in ubuntu 11 04
- instalando unity 2d no ubuntu
- lubuntu install unity 2d
- installing unity 2d on ubuntu 11 04
- unity ubuntu server
- unity-2d-default-settings
- ubuntu unity 2d install
- unity 2D for ubuntu 10 10 terminal





It does not work on Ubuntu 11.04 (x86). If i try to install I get an error saying that is impossible to find unity-qt-default-settings. What is wrong with that PPA?
[Reply]
The command I had to use was:
“sudo apt-get install unity-2d-default-settings”
“unity-qt-default-settings” is not in the repo…
[Reply]
E: Package ‘libunity-2d’ has no installation candidate
[Reply]
Hi guys,
I got it working, the code is as follows:
sudo add-apt-repository ppa:unity-2d-team/unity-2d-daily
sudo apt-get update
sudo apt-get install unity-2d-default-settings
[Reply]
Thanks!
[Reply]