SITE SEARCH

FM Network UDP v2.110

FM Network UDP

Download Unity Asset – FM Network UDP provides you a simple, flexible networking solution using UDP.


UDP Networking With Simple Commands:

SendToAll("Hello World");

SendToOthers("Hello World");

SendToServer("Hello World");

SendToTarget("Hello World", "IP Address");

SendToAll(byte[]);

SendToOthers(byte[]);

SendToServer(byte[]);

SendToTarget(byte[], "IP Address");

Example of sending in one line function:

FMNetworkManager.instance.SendToAll("Hello World");

FMNetworkManager.instance.SendToTarget("Hello World", "192.168.123.123");

# Auto Network Discovery & Connect

# Simple Send & Receive with Message or Byte[]

# Smooth Sync Network Objects

# Server <=> Clients

# General Send Type: All, Server, Others, Target IP

# Added Large File Sender Example

# Cross Platform: iOS/Android/Mac/PC

# All Written in C#, easy to modify if necessary.

Asset version: 2.110
Download links for «FM Network UDP»:
  • Rating:  



  • Add comment