MixedRealityToolkit
MixedRealityToolkit copied to clipboard
The MixedRealityToolkit is a collection of scripts and components intended to accelerate the development of mixed reality applications targeting Windows Mixed Reality.
Hi, I'm trying to connect my UWP to my working SharingSever to send some CustomMessages but impossible to import my SharingClient.dll. First, I tryed to create a Unity App (builed...
Hi, is that possible? how do I do that? thanks, Mor
Please verify the reported bug https://github.com/facebookarchive/RakNet/pull/65
Can't import the `SharingClient.dll` in VisualStudio. There is an issue that already explains the [issue](https://github.com/Microsoft/MixedRealityToolkit/issues/107) in the MRT repo. Furthermore, I can't run the `BuildAll.bat` script. I get errors, because...
While informative, the [readme ](https://github.com/Microsoft/MixedRealityToolkit/blob/master/Sharing/Src/Source/Docs/ExtendedDocs/SyncSystem.md#sync-system-----------------------syncsystem) for Sync System lack adequate training on how to successfully implement related functionality.
Hi,I'm sharing RemoteHead , a Raycast and un Array trough CustomMessages. But since i'm sending the array i receive this > error:System.AccessViolationExceptionHResult=0x80004003Message=Attempted to read or write protected memory. This is...
I would expect SharingManager.GetServerConnection().IsConnected() to be true if I'm connected to the session-list server. It does not. It is true if you are connected to a session. I would also...
Hello, I am creating a new session and the Sharing service (from how I read the source code) opens a new port for that session. When the user leaves that...
Hi, I'm using HoloToolkit library in C# console (and web) applications, only to create a session (to which other HoloLens based clients will connect later). But it is only creating...
When I attempt to remove a listener which doesn't exist, Unity crashes. Can we update the interfaces so that the `RemoveListener` would return a `bool` if it doesn't exist, and...