It can’t work everytime when i open Unity3D in ubuntu
5 Answers
5I had this problem and resolved as follows:
download and install: http://download.unity3d.com/download_unity/linux/unity-editor-5.3.6f1+20160720_amd64.deb
sudo dpkg -i unity-editor-5.3.6f1 + 20160720_amd64.deb
will give some flaws, then you run:
sudo apt-get -f install
and again: sudo dpkg -i unity-editor-5.3.6f1 + 20160720_amd64.deb
good work for me, att.
The problem was it hasn't set the permissions for the chrome-sandbox. This workaround fixed it, but obviously the package has some flaws in the dependency tree.
– TacsiazumaBefore to make installing is need install the npm package whith command:
On Debian:
aptitude install npm
On Ubuntu:
sudo apt-get install npm
Well, I tried it how I know. There can't be any gameobject as you can pick up any object in the scene, so there is no assigning. You can have 5 doors in the scene for example. I added the code then the null script to disable the gameobject if the distance is < 3 however didn't' work well for me..
– yokekthanx man. that fixed the problem ![]()
The Problem is your old unity version.
Go to following thread and download the latest version (find the last post):
https://forum.unity3d.com/threads/unity-on-linux-release-notes-and-known-issues.350256/
sudo dpkg -i unity-editor-5.3.6f1 + 20160720_amd64.deb
dpkg: Fehler beim Bearbeiten des Archivs unity-editor-5.3.6f1 (–install):
Auf das Archiv kann nicht zugegriffen werden: Datei oder Verzeichnis nicht gefunden
dpkg: Fehler beim Bearbeiten des Archivs + (–install):
Auf das Archiv kann nicht zugegriffen werden: Datei oder Verzeichnis nicht gefunden
dpkg: Fehler beim Bearbeiten des Archivs 20160720_amd64.deb (–install):
Auf das Archiv kann nicht zugegriffen werden: Datei oder Verzeichnis nicht gefunden
Fehler traten auf beim Bearbeiten von:
unity-editor-5.3.6f1
+
20160720_amd64.deb
I get these messages. What did I do wrong?
I just switched to Ubuntu 16.04, the software center keeps telling me that the package is of poor quality and that it won't install, also, can't go any further since it keeps telling me service is not available try again later. I already tried what is stated here on this thread, but it didn't help. Honestly not sure what is that I'm doing wrong.
– AAAlfonzHave you seen my edit? Sometimes UA seems to swallow certain notifications.
– Bunny83