Latest Unity versions are not available for Linux

I need Unity 2019.2.10f1 to build my game. It’s available for Windows builds, but not for Linux.
The latest Unity version for Linux is Unity 2019.1.14f1 at the moment of writing.

P.S. Is there any place to track a schedule of adding new Unity versions to Unity Cloud Build?

I believe this is because your build target is configured for Linux 32 bit. To use later Unity versions you will need to create a Linux 64 bit Build Target.

Hope this helps!

Thanks, it helped! I was using Linux Universal target.

1 Like