FM Network 1.0 1.840 u3d

2022-12-06 0 264

FM Network 1.0 1.840 u3d

 

-> -> -> FM Network 2.0(UDP) is avaliable now, please check it out!

Webpage | Main Forum | Support Forum | Youtube | Docs & APIs

FM Network 1.0 is a plugin for Unity3D, which provides you a simple, flexible networking solution using UDP. It’s also part of our popular full package “FMETP STREAM”.

Recent Exhibited Artworks with FM Network:

Manegir Shaman’s Robe(iPad Remote Control)

Numinchen Shaman’s Robe(iPad Remote Control)

Reindeer Tack and Saddle Bags(iPad Remote Control)

Virgin of the Rock(Stream Vive Trackers to iPads)

[+New] StereoPi Receiver supported(UDP & TCP)

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: thelghome@gmail.com

资源下载此资源仅限包年VIP下载,请先
发表评论
暂无评论

您没有权限,请先登录后查看

我知道了