Skip to the content. Back to home

In the last few days, I’ve been exploring what is docker and how to run Unity on it. Indeed, I’ve used GameCI in the past and worked good for me, nonetheless, I wanted something simple and from scratch.

something like docker + unity for dummies.

While investigating it, I found important resources that are not easily found when googling about it, e.g.,

With it, I built a minimal set of files for using a Ubuntu 18.04 container with Unity hub + Unity 2021.3 + Android submodules. https://github.com/seprab/UnityDockerBuilder

Other than the bunch of documention in the web, I learn:

I plan to continue working on this repo. I’ll feed the repo readme with my future plans.