Tested on Unity version 2021.3.6f1
Use the latest version of Holoplay
- Add a
DisplayManagerto your scene. - Add a
DisplayHelperto the components you want to seperate into different displays (UserInterface, Camera, Holoplay). - Add the
DisplayHelperto theExternalDisplaysfield in theDisplayManagerand assign the display number you want. - Build and run.
- Sometimes the displays are reversed (Holoplay Capture display doesn't appear on Looking Glass) just swap the display numbers around in the
DisplayManagerto fix this issue.