service not available,please try again later.my system is ubuntu 16.04

It can’t work everytime when i open Unity3D in ubuntu

I 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.

Before to make installing is need install the npm package whith command:
On Debian:

aptitude install npm

On Ubuntu:

sudo apt-get install npm

thanx man. that fixed the problem :slight_smile:

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?