Hi,
I’m trying to get the Spectator View working for a Hololens project I’m working on. I’m following this guide and have followed all of the steps to get the repository and set up the environment. However, when I try to build the project I get the following error:
Assets\MixedReality-SpectatorView\PhotoCapture\Scripts\HoloLensCamera.cs(1334,60): error CS0234: The type or namespace name ‘Media’ does not exist in the namespace ‘Microsoft.Windows’ (are you missing an assembly reference?)
I’ve tried on versions 2018.4.14f1 and 2019.2.17f1 of unity, but still get the error. Does anyone know why this is happening?