[RELEASED] EasyConnect, Plugin for creating MMO

Easy Connect is a rapid application tool for rapid network application development.
You just need to create nodes, loaders, handlers parameters using visual tools, generate code, and use the generated classes for sending and processing of signals.

  1. Nodes. Nodes are client server peer to which the client is connected, also may be additional nodes are created by the user. Static nodes have only one copy and do not need to create.

  2. Signals. Transmitting information signals between nodes of network application. In order to be able to send a signal to the node, you must create a handler for a given node. If the goal is an additional node, then the handler is called before calling the first ForwardTo to determine exactly where you want to deliver the signal. Signals can be queries, methods, and events of the answers.

  3. Data. Each node has a Data classes that need to be expanded to store information. For example, for the node Game date class would be named GameData.

Easy Connect installation.

Tutorial how to create MatchMaker server with EasyConnect in one hour.

I began to write a series on how to make an MMO server. Available on my Youtube channel http://www.youtube.com/channel/UCH251Ifb0mcF2tbhIFOLeUw

Plugin became available on AssetStore! Unity Asset Store - The Best Assets for Game Making