How To Install Unity 3D On LinuxMint 19
Installation of Unity 3D On Linux Mint 19
Process
Check the Linux Mint version by using the following command
root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID: LinuxMint
Description: Linux Mint 19 Tara
Release: 19
Codename: tara
Download the Unity3d using wget command
root@linuxhelp:~# wget https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage
--2019-10-28 05:43:13-- https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage
Resolving public-cdn.cloud.unity3d.com (public-cdn.cloud.unity3d.com)... 23.211.209.87
Connecting to public-cdn.cloud.unity3d.com (public-cdn.cloud.unity3d.com)|23.211.209.87|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 60000352 (57M) [binary/octet-stream]
Saving to: ‘UnityHub.AppImage’
UnityHub.AppImage 100%[==================================================>] 57.22M 1.11MB/s in 52s
2019-10-28 05:44:05 (1.11 MB/s) - ‘UnityHub.AppImage’ saved [60000352/60000352]
Set the executable permission for unity hub\
root@linuxhelp:~# chmod a+x UnityHub.AppImage
Run the following command to install UnityHub
root@linuxhelp:~# ./UnityHub.AppImage
Gtk-Message: 05:44:41.274: GtkDialog mapped without a transient parent. This is discouraged.
r: 0
License accepted
Checking for update
Generated new staging user ID: e0c5193f-0531-5c74-9262-ea21e655e79d
Update for version 2.1.3 is not available (latest version: 2.1.3, the downgrade is disallowed).
Accept term and condition
Click yes to continue the installation
This is the unity3d
This is the method to install Unity 3D On LinuxMint 19
Comments ( 0 )
No comments available