Publisher | Space Apple |
---|---|
File size | 297.39kB |
Number of files | 37 |
Latest version | 1.0.4 |
Latest release date | 2022-06-13 12:53:23 |
First release date | 2018-03-09 06:02:22 |
Supported Unity versions | 2018.4.2 or higher |
Since UNET deprecation, asset was rewritten for Mirror Networking. Mirror asset will need to be imported first Link
- Allows replying to messages directly (main reason why I wrote this)
- Great base/framework for building your networked applications
- Messages can be constructed on the fly (directly to writer)
- Easy to handle peer state
- Internally uses Mirror messages
- It makes your code beautiful (check out documentation)
- It's small, robust and performant
Think of it as a small addition to Mirror, which makes networking code easier to maintain and more enjoying to write ;).
Easy Packets (EP) makes it more convenient to send and handle messages in your Unet/Mirror applications.
Github - documentation + issues
Forum
- Allows replying to messages directly (main reason why I wrote this)
- Great base/framework for building your networked applications
- Messages can be constructed on the fly (directly to writer)
- Easy to handle peer state
- Internally uses Mirror messages
- It makes your code beautiful (check out documentation)
- It's small, robust and performant
Think of it as a small addition to Mirror, which makes networking code easier to maintain and more enjoying to write ;).