Console View / Non Rendered Application

Hey there,

can anyone tell me if there is a way to make a console / non rendered application with unity? I’d like to make a server application that needs to do all the client movement and physics stuff. But since it is a server app it does not need to be rendered or have a graphical interface. All I need to put in there is text. Hope someone can help me.

Nobody?

The -batchmode argument will run without rendering, however, it also doesn’t read any input.

I think thats exactly what I was looking for, many thanks :slight_smile: will try this out later.

Unity Pro only feature -_-