Linux dedicated server for FPS with unity ?

Started by
0 comments, last by hplus0603 12 years, 3 months ago
Hi,

Is there anyone able to build a dedicated FPS server on linux with Unity ?
Advertisement
A better forum for that question might be the Unity3D forum.

However, as Unity3D is not generally available for Linux, I would suggest that the closest you can get using the Unity3D code is to host a Windows virtual machine using KVM or VMWare on top of a Linux OS.

If you build your own networking (possible with Unity Pro), then you can do whatever you want with the protocol, and could build your own server that you could host wherever you want. However, then you get no benefit from using Unity on the server side -- it would simply be a front-end/presentation library.
enum Bool { True, False, FileNotFound };

This topic is closed to new replies.

Advertisement