microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6k stars 2.12k forks source link

Option for WebRTC (Microsoft Mesh?) #11319

Closed alexapropt closed 1 year ago

alexapropt commented 1 year ago

This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:


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?

Zee2 commented 1 year ago

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.

Zee2 commented 1 year ago

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