MixedRealityToolkit / MixedRealityToolkit-Unity

This repository holds the third generation of the Mixed Reality Toolkit for Unity. The latest version of the MRTK can be found here.
BSD 3-Clause "New" or "Revised" License
358 stars 91 forks source link

Option for WebRTC (Microsoft Mesh?) #330

Closed IssueSyncBot closed 12 months ago

IssueSyncBot commented 12 months ago

Original issue opened by:

@alexapropt alexapropt


After the deprecation of WebRTC, we don't have an efficient option to create stream-oriented communication. Any chance of sharing within MRTK3 a package that would help us?


ISSUE MIGRATION

Issue migrated from: https://github.com/microsoft/MixedRealityToolkit-Unity/issues/11319

IssueSyncBot commented 12 months ago

Original comment by:

@Zee2 Zee2


Hi @alexapropt, unfortunately we don't have anything to share at this time. If you're looking for some examples of basic multiplayer functionality, I have a toy repo set up here (https://github.com/Zee2/MRTK3-Netcode) that demonstrates using the new Netcode for GameObjects API. It's not a generic stream-oriented communication protocol, but they've done a good job making it relatively easy to setup and understand.

Of course, the other standard Unity options like Photon, Steamworks.NET are all good too.

Sorry we don't have anything more to offer right now.

IssueSyncBot commented 12 months ago

Original comment by:

@Zee2 Zee2


If and when we do have anything to share, we'll reopen this with more details.