Search Unity

Ubuntu 20.04 LTS support planned?

Discussion in 'Linux' started by Sesshomurai, Jun 14, 2020.

  1. Sesshomurai

    Sesshomurai

    Joined:
    Jun 14, 2020
    Posts:
    19
    Hi,
    I seen some old threads about this, but is Unity team currently targeting any more future LTS Ubuntu releases for Unity Hub and Editor?

    I'm running Pop_OS 20.04 (Ubuntu) and was able to load and run UnityHub (although linux doesn't understand .AppImage file type, FYI) and install 2019.4. I could create a project, but the editor does not run.

    Thanks for any info.
     
  2. MadWatch

    MadWatch

    Joined:
    May 26, 2016
    Posts:
    112
    No word from Unity about officially supporting Ubuntu 20.04 (none that I heard of anyway). I sure hope they will officially support it at some point. It's the new Ubuntu LTS so they have no reasons not to.

    Even without official support, Unity runs pretty well on Ubuntu 20.04. I use it daily. I have yet to try 2019.4 though (only 2019.3 so far).

    As far as I know, Pop OS uses the Gnome desktop environment, just like vanilla Ubuntu. So I don't expect you will get any problem with it. I heard of people having UI bugs with Elementary OS's Pantheon desktop environment, and also with KDE when global menu is enabled. But you should be fine with Gnome.

    What do you mean by "the editor does not run"?
     
  3. Sesshomurai

    Sesshomurai

    Joined:
    Jun 14, 2020
    Posts:
    19
    I create my project. Im new to Unity so I assume when I click my project I'm supposed to see the editor. I don't. And the logs indicate some error.

    I tried the previous release. Same issue. Doesnt run.

     
  4. Sesshomurai

    Sesshomurai

    Joined:
    Jun 14, 2020
    Posts:
    19
    Here is the error I get whenever I try to open a new project.
     

    Attached Files:

  5. Sesshomurai

    Sesshomurai

    Joined:
    Jun 14, 2020
    Posts:
    19
    And plenty of errors in the logs. Looks like Unity no work in Ubuntu 20.04

    Code (JavaScript):
    1. {"moduleName":"Templates","level":"warn","message":"[ 'No package.json found for the template',\n  { [Error: ENOENT: no such file or directory, open '/home/darren/UnityWork/2019.4.0f1/Editor/Data/Resources/PackageManager/ProjectTemplates/libcache/package.json']\n    errno: -2,\n    code: 'ENOENT',\n    syscall: 'open',\n    path:\n     '/home/darren/UnityWork/2019.4.0f1/Editor/Data/Resources/PackageManager/ProjectTemplates/libcache/package.json' } ]","timestamp":"2020-06-14T18:31:10.474Z"}
    2. {"moduleName":"LocalProject","level":"info","message":"[ 'createProject projectPath: /home/darren/Project A, current editor: ',\n  undefined ]","timestamp":"2020-06-14T18:31:18.586Z"}
    3. {"moduleName":"RestEvent:Project","level":"info","message":"[ 'onProjectCreate data: ',\n  { projectName: 'Project A',\n    projectDirectory: '/home/darren',\n    projectType:\n     '/home/darren/UnityWork/2019.4.0f1/Editor/Data/Resources/PackageManager/ProjectTemplates/com.unity.template.3d-4.2.8.tgz',\n    selectedPackages: [],\n    defaultScene: '',\n    organizationId: undefined } ]","timestamp":"2020-06-14T18:31:18.586Z"}
    4. {"moduleName":"UnityIPCServer","level":"info","message":"[ 'client process has connected to /tmp/Unity-hubIPCService.sock!' ]","timestamp":"2020-06-14T18:31:23.901Z"}
    5. {"moduleName":"HubIPCService","level":"info","message":"[ 'socket has disconnected: [object Object] , false!' ]","timestamp":"2020-06-14T18:31:26.276Z"}
    6. {"moduleName":"LaunchProcess","level":"info","message":"[ 'child process exited with code null' ]","timestamp":"2020-06-14T18:31:26.276Z"}
     
  6. durban_gammat

    durban_gammat

    Joined:
    Jun 26, 2020
    Posts:
    1
    Hi did you manage to figure out how to get it running? I've just tried to install and getting the same issues, I can load an example project but I get compile errors mainly around missing namespaces

     
  7. sfjohansson

    sfjohansson

    Joined:
    Mar 12, 2013
    Posts:
    369
  8. tsobral

    tsobral

    Joined:
    Apr 25, 2020
    Posts:
    6
    Works good with Ubuntu 20.04, and I tested with Linux Mint 20 (Cinnamon) with no issues at all. :)
     
    Deleted User likes this.
  9. sfjohansson

    sfjohansson

    Joined:
    Mar 12, 2013
    Posts:
    369
    Cool, which version of the editor did you try and did you also build something Standalone/Android etc?
     
  10. JohanAR

    JohanAR

    Joined:
    Dec 26, 2016
    Posts:
    6
    I've been running both 2019.4.5f1 and 2020.1.0b16 on Xubuntu 20.04 without significant issues. Created and opened projects in both versions.
     
  11. Deleted User

    Deleted User

    Guest

    If you read the blog post about Unity for Linux, it is said that, for now, Linux is still not officially supported. It is said that it might be in 2020.

    https://blogs.unity3d.com/2019/05/30/announcing-the-unity-editor-for-linux/