- Home /
Render to 'RenderTexture' in 'Headless Mode'
Hi,
I'm trying to create a server that, whenever a client requests it, should render the screen to a RenderTexture. This image is then sent back to the client. The server however will be hosted in headless mode, and so far the only images I've received back from my server are just grey.
Is there any way to get this to work, or any other solutions I could try?
Comment