sceneunderstanding-microsoft / unitysample

Source code for a Unity sample application that demonstrates Scene Understanding for HoloLens 2.
23 stars 12 forks source link

Add support for holographic remoting in Unity editor #1

Closed aheaney closed 4 years ago

aheaney commented 4 years ago

I modified the test app to support holographic remoting. Changes include-

Note- SU remoting won't actually work in Unity without updates to the remoting player app and the wmr plugin for Unity. I currently have a pr out to fix the remoting library.

The version of the wmr plugin in manifest.json in this pr (1.0.15) will never reflect these changes, although it's possible to get it to work by manually replacing Microsoft.Holographic.AppRemoting.dll with a build that has the changes in it.