Tag: Os ubuntu
easier to download the appimage of unity
#unity #os/ubuntu I need the appimage to work with it download the appimage from https://unity3d.com/get-unity/download References author [[]]...
How to install Unity3D on Ubuntu 20.04
#linux #os/ubuntu #unity How to install Unity3D on Ubuntu 20.04 Extracts easier to download the appimage of unity References source https://www....
how to reset bluethooth in command line ubuntu
#os/ubuntu #tech/hardware how to reset bluethooth in command line ubuntu 1 2 rfkill block bluetooth rfkill unblock bluetooth References author Marcus...
install dotnet for ubuntu
#unity #os/ubuntu install dotnet for ubuntu 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 #get package list wget https://packages....
install mono on ubuntu
#tech/bash #unity #os/ubuntu install mono on ubuntu 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 #install pre-reqs sudo apt install gnupg ca-certificates #add key sudo apt-key adv --keyserver hkp://keyserver....
install mono-devel
#tech/bash #unity #os/ubuntu install mono-devel 1 sudo apt install mono-devel -y References author [[mikenizo808]] position https://github....
resolve issue of No useable version of libssl
#unity #os/ubuntu resolve issue of No useable version of libssl The fix that worked for me was manually downloading the ’libssl1....
ubuntu x unity quick setup
#os/ubuntu #unity ubuntu-unity quick setup Extracts install dotnet for ubuntu References source https://github.com/mikenizo808/Quick-Setup-for-Unity3D-on-Ubuntu-20.04-LTS author [[mikenizo808]]...
Workaround for libssl issue on Ubuntu 22.04
#unity #os/ubuntu Workaround for libssl issue on Ubuntu 22.04 Extracts resolve issue of No useable version of libssl References source https://forum....