playMaker

Author Topic: New asset: EasyNet - With full PM support!  (Read 2936 times)

Tricky_Widget

  • Junior Playmaker
  • **
  • Posts: 62
New asset: EasyNet - With full PM support!
« on: February 19, 2016, 03:29:26 PM »

Unity Asset Store: EasyNet

EasyNet is a simple network asset that allows you to send and receive messages. It makes networking ridiculously easy!

EasyNet takes the power and reliability of the built-in UNET engine and distills it down to a very easy interface. You can send a message with a single line of code, and receive it with just two lines. You don't have to worry about connections, custom classes, event handlers, or other complications. It just works.

But if you want a bit more flexibility, EasyNet can give you that, too. It provides easy access to basic network information and management.

You can send messages of any basic C# type, most basic Unity types, arrays, and BinaryFormatter types. Each message can also include an ID to give it additional meaning.

EasyNet features full inline descriptions in MonoDevelop or Visual Studio, a set of useful examples, and complete documentation.
Download the EasyNet Manual

Also included are a full set of PlayMaker actions and examples, including support for the new Array variable.
Download the EasyNet PlayMaker Manual

If you have any questions, just let me know!
support@ChristopherCreates.com

Unity Asset Store: EasyNet

3d_Artist1987

  • Beta Group
  • Full Member
  • *
  • Posts: 157
Re: New asset: EasyNet - With full PM support!
« Reply #1 on: February 26, 2016, 03:40:55 AM »
Very useful asset. :) :)

Tricky_Widget

  • Junior Playmaker
  • **
  • Posts: 62
Re: New asset: EasyNet - With full PM support!
« Reply #2 on: February 26, 2016, 06:45:47 AM »
Very useful asset. :) :)

Thanks!  I'm glad to be making things that are helping people.  :)