Follow up on:
https://woof.tech/@crocodisle/113942203112826384
I was able to get the flatpak of JetBrains Rider up and running with my Unity install on Linux. I found this gist that had a fancy script to point Unity to in order for it to recognize Rider.
https://gist.github.com/NorbiPeti/0700920e8afddcd4ebe30e73130cfe6e#rider-unity-integration
I installed some dependencies through flatpak for dotnet6 and mono6 and added environment variables using Flatseal so that Rider could find them.
`flatpak install org.freedesktop.Sdk.Extension.dotnet6 org.freedesktop.Sdk.Extension.mono6`
`FLATPAK_ENABLE_SDK_EXT=dotnet6,mono6`
I wrote a more in-depth guide but haven't posted it yet. If I do, I'll add a link to a new fedi post.
#unity3d
#unity
#unity6
#unity2d
#gamedev
#games
#programming