Hi
We are planing to develop mmo rpg game using unty. Unity part we can handle, but we have problem with server.
We have our own dedicated server (for www, ts3 etc). Is there any server that can be instaled on dedicated server?
I found that lot of ppl sugest to use Photon.
Is there any good alternative?
If you know Java, I would highly recommend using that to write the central server.
My setup that I am working on right now uses a Java server which manages everything, and can launch Uniy instances in headless and nographics modes for each instance that I need.
There are many solutions available other than the option of coding it yourself.
unityPark (good if you need unity instances on the server to handle logic with physics and …)
photon good if you want .NET C# based plain servers
electrotank / smartfox good if you want java based server logic
badumna
…