1.0.1 • Published 1 year ago

tw.funique.network v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Funique Network Module

Concept

This module handle all the possible network utility inside it, user can simple inherit the manager component and the rest of it will work automatically.

Dependency

  1. OSC Plugin
  2. LiteNetLib
  3. NetCoreServer

Features

  1. Server Side Manager
    1. OSC Sender
    2. LiteNet Server
  2. Client Side Manager
    1. LiteNet Client

Guide

  • Use Server Manager Utility
using Funique.Manager;

class server_manager : NetworkManagerServerUtility {
    // Content
}
  • Use Client Manager Utility
using Funique.Manager;

class server_manager : NetworkManagerClientUtility {
    // Content
}

Roadmap

  • v0.1.0
    • Added Interfaces
    • Added Server part classes
    • Added Client part classes
    • Added Unit test