How to install Unity Hub on Fedora 34
To Install Unity Hub on Fedora 34
Introduction:
Unity Hub is a standalone application for finding, downloading, and managing Unity projects and installations. Manage the installation of multiple versions of the Unity Editor by creating a Project, associating a default version of the Editor with the Project, and assigning a default version of the Editor to the Project.
Installation Procedure:
Step 1: Check the Fedora version by using the below command
[root@linuxhelp ~]# cat /etc/os-release
NAME=Fedora
VERSION="34 (Workstation Edition)"
ID=fedora
VERSION_ID=34
VERSION_CODENAME=""
PLATFORM_ID="platform:f34"
PRETTY_NAME="Fedora 34 (Workstation Edition)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:34"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f34/system-administrators-guide/"
SUPPORT_URL="https://fedoraproject.org/wiki/Communicating_and_getting_help"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=34
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=34
PRIVACY_POLICY_URL="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"
VARIANT="Workstation Edition"
VARIANT_ID=workstation
Step 2: Download the Unity3d using wget command
[root@linuxhelp ~]# wget https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage
--2022-02-11 04:59:59-- https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage
Resolving public-cdn.cloud.unity3d.com (public-cdn.cloud.unity3d.com)... 104.85.107.169
Connecting to public-cdn.cloud.unity3d.com (public-cdn.cloud.unity3d.com)|104.85.107.169|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 80813551 (77M) [binary/octet-stream]
Saving to: ‘UnityHub.AppImage’
UnityHub.AppImage 100%[===================================================================>] 77.07M 27.5MB/s in 2.8s
2022-02-11 05:00:03 (27.5 MB/s) - ‘UnityHub.AppImage’ saved [80813551/80813551]
Step 3: Set the executable permission for unity hub\ by using the below command
[root@linuxhelp ~]# chmod a+x UnityHub.AppImage
Step 4: Run the following command to install UnityHub by using the below command
[root@linuxhelp ~]# ./UnityHub.AppImage
r: 0
License accepted
Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
Checking for update
Generated new staging user ID: 6c4e05be-6035-580c-b112-48ba3a29cb0f
Update for version 2.4.6 is not available (latest version: 2.4.6, downgrade is disallowed).
Checking for update
Update for version 2.4.6 is not available (latest version: 2.4.6, downgrade is disallowed).
Step 5: Accept term and condition as shown in the below image
Q
How can I download the UnityHub package?
A
To download the Unity Hub package by using wget https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage
Q
Are there any alternatives in the Unity Hub?
A
Yes, the alternatives are,
Godot Engine.
Unreal Engine.
GDevelop.
Stencyl.
Polycode.
Urho3D.
Godot Engine.
Unreal Engine.
GDevelop.
Stencyl.
Polycode.
Urho3D.
Q
What is Unity Hub?
A
The Unity Hub is a standalone application that streamlines the way you find, download, and manage your Unity Projects and installations
Q
How to install Unity Hub?
A
To install the Unity Hub use the following command
./UnityHub.AppImage
./UnityHub.AppImage
Q
Where can I find the Unity Hub logs
A
In Linux we can find the logs in this location : `~/.config/UnityHub/logs`