Are there any server “systems” for Unity we can use for our upcoming mmo?
I’m not personally a scripter or programmer. I was wondering would we have to hire someone to write us a server, client and network code from scratch or have systems been created already?
Oh hey Chaos - I remember your game from the RealmCrafter forums! There is no boxed solution for MMO’s for Unity, however there are a number of a suggestions for what you can use/combine to make one. I posted a few useful links in the “mmo in 6 months” thread in this same forum section.
Lidgren is just kind of ENet for .NET so a pure UDP simplifaction layer
ND offers a bit more than that with some MMO related features and a nice to use framework.
But you do not have an application / server that you can fire up that handles login, accounts etc for you and can be expanded through plugins / extensions for example.
It is very much possible that the features present in ND has changed since we evaluated it, so you best contact them for more indepth information and the things that are included now in the restricted and the full scale license. They also can provide you with a link to their wiki which gives you an idea of what it contains for example.
It is under active development so it is to be expected that its features expand over time.