Does anyone have experience developing with Unity 3D game engine on Pop!_OS?

I’m thinking of leaving Windows and Pop seems to be the most painless transition, but I want to get into developing for Unity so that’s a must for me (I can’t use Godot as the SDK I want to use is on Unity only).

Does it work without issues? The Unity site says it works on Ubuntu 18.04, 20.04, 22.04 so not sure if that translates over to Pop. Any advice would be appreciated :)

Worst case, is developing on Unity via Wine an option? I don’t know much about Linux so hopefully that’s not a dumb question 😅

  • @PastaRhythm
    link
    English
    21 month ago

    For some reason I didn’t include this in my original comment, but to install the flatpaks of .NET 6 and mono 6, you’ll need to use the terminal. Here are the commands I used:

    flatpak install flathub dotnet6
    flatpak install flathub mono6