Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Nothing but dark blue screen on Linux build.

Discussion in 'Linux' started by KnockKnockP, Jan 21, 2021.

  1. KnockKnockP

    KnockKnockP

    Joined:
    Sep 8, 2019
    Posts:
    4
    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 :

    https://imgur.com/a/LEbkN0d

    Player.log : https://hatebin.com/rcwqoipkps
     
    Last edited: Jan 21, 2021
  2. vanikad

    vanikad

    Joined:
    Jan 22, 2016
    Posts:
    3
    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?
     
  3. KnockKnockP

    KnockKnockP

    Joined:
    Sep 8, 2019
    Posts:
    4
    I found the thread on Reddit (https://www.reddit.com/r/Unity3D/co...s?utm_source=share&utm_medium=web2x&context=3) and switching to Vulkan worked for me as well. Give it a try.