🦦 chris_cadev notes

Search IconIcon to open search

🌱How to install Unity 3D in Ubuntu

Last updated Unknown.

# TLDR

how to install all the necessary stuff to get unity running

# steps

  1. go to https://unity3d.com/get-unity/download
  2. click on download unity hub
  3. create an account
  4. add a license
  5. add a unity editor ( steps to add a unity editor)
  6. install dotnet for ubuntu
  7. install mono on ubuntu
  8. install mono-devel
  9. 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.


Interactive Graph