Hello Everybody,
I’m switching from Windows to Ubuntu for school and I’m having a hard time trying to install Unity3D.
The *.deb files suppose to install through Software Center but it won’t install when I click install button. It’s only showing Installing then goes back to normal Install button. So I go into Terminal and type sudo dpkg -i unity-editor-5.1.0f3+2015082501_amd64.deb and I got this error message during unpacking:
sith@gthell:~/Downloads$ sudo dpkg -i unity-editor-5.1.0f3+2015082501_amd64.deb
Selecting previously unselected package unity-editor.
(Reading database ... 347356 files and directories currently installed.)
Preparing to unpack unity-editor-5.1.0f3+2015082501_amd64.deb ...
Unpacking unity-editor (5.1.0f3) ...
dpkg: dependency problems prevent configuration of unity-editor:
unity-editor depends on libpng12-0; however:
Package libpng12-0 is not installed.
dpkg: error processing package unity-editor (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.23-1ubuntu1.1) ...
Processing triggers for bamfdaemon (0.5.3+16.10.20160929-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.13.3-6ubuntu4) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.15-1) ...
Errors were encountered while processing:
unity-editor
I’m a complete newb to Ubuntu and Linux and I really want to get Unity3D to work on it. I’m really thank to those who take their time to help me! Thank.