Nothing but dark blue screen on Linux build

Hi, I encountered this Linux specific issue where after the “Made with Unity” splash screen ends, only a dark blue background shows up.

The game was built on Windows with Mono and the project uses URP.
Unity 2020.1.17f1.

Game built on Windows targetted for Linux.
Render pipeline : URP.
Unity version : 2020.1.17f1.
Game ran on : Ubuntu 21.04 on VMware and Arch Linux on my real machine.

Screenshot :

Player.log : hatebin

Hi, I’ve got same issue. Specifically when the rendering pipeline is URP, with 2D renderer attached. If I use URP without 2D renderer, then is fine. Built on Ubuntu for Linux. I tried same build for target Android and works fine. Have you found a solution?

I found the thread on Reddit (https://www.reddit.com/r/Unity3D/comments/knmmlx/scenes_not_running_in_linux_builds_for_specific/gkm2gds?utm_source=share&utm_medium=web2x&context=3) and switching to Vulkan worked for me as well. Give it a try.