Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Can't run UnityHub AppImage

Discussion in 'Linux' started by DKGJames, Mar 2, 2020.

  1. DKGJames

    DKGJames

    Joined:
    Jan 3, 2018
    Posts:
    4
    I am new to linux and am trying to get UnityHub. I have installed the UnityHub AppImage and the UnityHubSetup AppImage and I have tried to run them in every way I can find to no prevail. Any help would be greatly appreciated.
     
  2. ponythugflorian

    ponythugflorian

    Joined:
    Jul 24, 2019
    Posts:
    1
    did you try to give yourself permissions to run it with
    Code (CSharp):
    1. chmod 777 UnityHub.AppImage
    ?
     
  3. Claytonious

    Claytonious

    Joined:
    Feb 16, 2009
    Posts:
    900
    @DKGJames , to get help with a problem like this you're going to need to provide a *lot* more *specific* information. Which Linux distro are you running, and with which window manager, and how exactly have you tried that didn't work so far, etc.
     
    matkoniecz likes this.
  4. Deleted User

    Deleted User

    Guest

    Did you make UnityHub.appimage executable?
     
  5. DKGJames

    DKGJames

    Joined:
    Jan 3, 2018
    Posts:
    4
    I just restarted and it worked. One more question, how can I get later versions of unity for Linux. I need 2019.3.0f6 but I don't know where to find it.
     
  6. Deleted User

    Deleted User

    Guest

    Here: https://docs.unity3d.com/Manual/InstallingUnityLinux.html

    At step 3. replace the version of Unity In the command lines by the one you want to install; I think it should work.
     
  7. DKGJames

    DKGJames

    Joined:
    Jan 3, 2018
    Posts:
    4
  8. Deleted User

    Deleted User

    Guest

    Ah. By the way, there is no 2019.3.0f6 in the beta list, the last one was 2019.3.0f5. You can install it through the Hub by clicking on the "Install version from Unity Hub" button on the page below, if your browser is properly set.

    https://unity3d.com/unity/beta/2019.3#downloads
     
  9. teodororo

    teodororo

    Joined:
    Apr 25, 2022
    Posts:
    1
    I had the same problem and here's what I did:
    Click with the right button of the mouse and go to "Properties".
    Go to the tab "Permissions" and active the checkbox "Execute: Allow executing file as program".
    All set! :)