Search Unity

batchmode creating blank window in Ubuntu.

Discussion in 'Linux' started by pixelord, May 14, 2020.

  1. pixelord

    pixelord

    Joined:
    Mar 23, 2020
    Posts:
    4
    Hi All,
    I am trying to create an application that render something in Rendertexture and create an image. Another application access that texture and use it.
    My requirement is to run the Unity Application in headless mode so that it run as a process without window and still render the graphics to texture.

    I tested it in Windows 10 with my application running using batchmode. it is working perfectly.
    C:>project\myapplication.exe -batchmode

    However, I am trying the same in Linux (Ubuntu) but in batch mode it is creating a black window. The application works perfectly but only issue is, it is creating Unity3D window.

    Is there any way to fix this issue?

    Thanks.
     
  2. MetroRobots

    MetroRobots

    Joined:
    Jan 11, 2022
    Posts:
    8
    I am also facing this issue