今回は、以前できなかったUnityアプリでHolographic Remotingの接続待ち(Listen)ができるようになったので、方法をメモします。 xr-physics-work-etc.hatenablog.com Holographic RemotingがOpenXR対応されることで、Unityで使用できるAPIが増えました。 docs.microsoft.com これを使って、PC側のHolographic RemotingアプリをListen状態で起動し、Hololens2側のHolographic Remoting PlayerからPCに繋ぎに行きます。 前提 Unity 20…