🌱How to install Unity 3D in Ubuntu
# TLDR
how to install all the necessary stuff to get unity running
# steps
- go to https://unity3d.com/get-unity/download
- click on download unity hub
- create an account
- add a license
- add a unity editor ( steps to add a unity editor)
- install dotnet for ubuntu
- install mono on ubuntu
- install mono-devel
- resolve issue of No useable version of libssl
# History behind these steps
When I was working in 🌱Rainbow triangle I was searching for game engines to work with. Since 🌱Rainbow triangle is a simple game from my perspective I was trying to use something “easy” to use, so I tried Skia with React Native at first was easy, but then it was a mess. So I was deciding between Flutter and Unity. And then when I was searching “how to install Unity in Ubuntu" I notice that some tutorials were complicated and not working for my version of ubuntu (22.04 LTS). So I found a How to install Unity3D on Ubuntu 20.04 where I just got that easier to download the appimage of unity. Then I got to ubuntu x unity quick setup where mikenizo808 explains how to install all the necessary things to make unity works in Ubuntu. Applying those steps work to open the editor, but a compiled time issue comes to the editor “No useable version of libssl”. Searching a little got me to Workaround for libssl issue on Ubuntu 22.04 of AlfieBooth. There he explains how to he solved.