Search Unity

Unity3d on Gentoo Linux

Discussion in 'Linux' started by sungreen, Apr 9, 2016.

  1. sungreen

    sungreen

    Joined:
    Nov 1, 2015
    Posts:
    2
  2. Cygon4

    Cygon4

    Joined:
    Sep 17, 2012
    Posts:
    382
    I'm running Gentoo, too.

    Same issue. The welcome window worked until one of the earlier releases last autumn. I think there was a new dependency but I haven't bothered hunting it down yet because...

    ...everything else is working really well and rock solid -- if I launch Unity with the -projectpath parameter to directly load a project and forego the welcome window.
     
  3. Cygon4

    Cygon4

    Joined:
    Sep 17, 2012
    Posts:
    382
    Just checked ~/.config/unity3d/Editor.log, it contained the following:

    npm is the package manager from node.js. No idea why Unity needs it to launch instead of only when doing a WebGL build, but a quick

    solved the issue and the welcome window is now working. nodejs is very low on dependencies (two lesser libraries), so it shouldn't be too bad.
     
  4. sungreen

    sungreen

    Joined:
    Nov 1, 2015
    Posts:
    2
    Thank you! After installing the package the program began to run.


     
  5. Deleted User

    Deleted User

    Guest

    Yes it should definitely be fixed in the editor that it doesn't give a proper error message that asks the user to install npm. It's not exactly hard to fix when you know what is going on, but the launch window of Unity tells absolutely nothing about the actual problem it has in that moment.