This is a paid asset, but now you can download FM Network for FREE, Please keep in mind this package is provided only for learning purposes or to be able to test before buying the product, NOT FOR COMMERCIAL PURPOSES.
For more detail this asset from the Unity Asset Store: Click Here
FM Network 1.0 v1.840 (Latest version)
FM Network UDP v2.420
(Tested with Unity version 2020.3.23f1)
FM Network UDP v2.300
(Tested with Unity version 2020.3.23f1)
FM Network UDP v2.110
(Tested with Unity version 2020.3.23f1)
FM Network UDP v1.381
“If possible, please buy the package to support the developer”
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.
*advanced live streaming solution in FMETP STREAM
Support: [email protected]