1.0.1 • Published 2 years ago
tw.funique.network v1.0.1
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
Features
- Server Side Manager
- OSC Sender
- LiteNet Server
- Client Side Manager
- 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