Random   •   Archives   •   RSS   •   About   •   Contact

Installing Unity on Linux

Russell, why are you installing Unity? I thought you were an open source developer and homegrown video game engine builder?!

gumyum logo

The TL;DR we are starting a video game co-operative called gumyum. The basic idea is to build a large video game company owned completely by members. There will be no employees and most revenue after paying taxes, operational expenses, and marketing, will be divided among members.

We are actively looking for members, specifically engineers who want to build games. We already have a distributed team of 4 artists and 2 engineers who meet on Slack as we progress toward delivering our first two games.

Adopting Unity, at least for our first couple games, will lower the barrier of entry for other engineers when joining the co-operative.

Installing Unity On Linux

To get started first we will create a Unity Account and install the Unity Hub. You need both in order to aquire a free licence for personal use.

The Unity Hub software will help you download various Unity versions, manage your licence, and manage game projects.

You should go to the Unity website and created an account.

I found the Linux Unity Hub installer in this thread and downloaded it to my ~/Downloads directory.

Next I opened a terminal and made the file executable, and executed it.

cd ~/Downloads
chmod 755 UnityHub.AppImage
./UnityHub.AppImage

From there I needed to sign in and request a licence. I chose the free option since at this point we have a $0 revenue project.

On the Installs tab in Unity Hub you may download various stable and LTS (long-time-supported) versions of Unity. I suggest using one of these stable versions, I accidentally grabbed a non-stable one and all I had was pink screens inside of Unity!

Anyways, now you may start a Unity project. Unity Hub seems to store files locally and also allows you to sync to the cloud. This enables easy collaboration on the same project.

Thats all for now, please check back for more posts about gumyum!




Want comments on your site?

Remarkbox — is a free SaaS comment service which embeds into your pages to keep the conversation in the same place as your contentr. It works everywhere, even static HTML sites like this one!

Remarks: Installing Unity on Linux

© Russell Ballestrini.