Run UNet LLAPI server outside of Unity application

Is it possible for me to use the LLAPI in a C# console application?

You can start unity with -batchmode option.

But it’s still not an actual console application, and I’d like to use newer .NET features, which I can’t use in Unity.

I’m also really interested in being able to do so, but I think that this feature only will be available in 5.4.
The roadmap contains this feature planned for the 5.4 version: “Networking: Server Library”. I believe that this server library is exactly what we want

1 Like