2 Dedicated Servers
Albin Corén редактировал(а) эту страницу 2018-05-30 13:50:09 +02:00

The MLAPI is great for designing dedicated servers. (Dedicated server as in a totally separate Unity project for the Server). Here are some reasons to consider running a dedicated server architecture.

Different codebases

Having two different codebases makes the code very easy and straightforward. It's easier to write authoritative code and the lines get less blurred between what's server and what's client executed.

Performance

Due to them being totally separate. You only run the necessary code. You can easily have different collision meshes which allow for easy optimization without any textures and graphics.