Search Unity

Unity installation fail - "no space to install" when this is untrue

Discussion in 'Linux' started by Sue_Perb, Apr 5, 2021.

  1. Sue_Perb

    Sue_Perb

    Joined:
    Apr 3, 2021
    Posts:
    5
    upload_2021-4-5_11-58-22.png

    I'm getting this error despite having 140gb of storage left. I am using archlinux and I set the unity installation directory to /home/my_username

    If you could help that would be greatly appreciated

    Thank you
     
  2. fabyouless

    fabyouless

    Joined:
    May 2, 2021
    Posts:
    1
    This is why I came to the forum. No help? This is the fourth post asking about this that I've found and there are zero answers.
     
  3. Sue_Perb

    Sue_Perb

    Joined:
    Apr 3, 2021
    Posts:
    5
    I actually found a solution for this - it turned out that as i use archlinux, the temporary filesystem used to download the files to before installing was /tmp, which only had 4gb - 20gb is needed for unity. The way i fixed this was by setting an environment variable before starting unity hub, to manually force it to use a different location. If you're also on linux, this command worked (bash):

    TEMP=/path/to/dir/of/your/choice && ./UnityHub.AppImage