I have some troubles installing Unity Hub on my Ubuntu 22.04.
I’ve followed the instruction from official Unity site, but the hub seem not working well.
Only black screen is shown and nothing else.
I am very lost with it! 🙁
The following codes has been runned:
sudo sh -c 'echo "deb https://hub.unity3d.com/linux/repos/deb stable main" > /etc/apt/sources.list.d/unityhub.list'
wget -qO - https://hub.unity3d.com/linux/keys/public | sudo apt-key add -
sudo apt update
sudo apt-get install unityhub
Thank you for your reply!
2
Answers
To resolve this issue you can install libssl1.1
I was also facing the same issue so I made an script that make it easy to install Unity hub on Ubuntu latest versions
HOW TO USE BASH
install.sh
on Desktop.install.sh
file."Desktop" location
.chmod +x install.sh
then press Enter../install.sh
and press Enter.