Wondering if anyone has been able to work with a Looking Glass hologram display with there projects yet? Not seeing any discussion but followed a tutorial online provided by Looking Glass. Followed all the steps but when I press the button, I get this error
Its only two scripts, I tried intergrating into a current project as well as the template they appeared to use for the tutorial but same error. Appreciate any suggestions., thanks.
It looks like your Main.js script is what’s specifically missing the cameraEntity attribute. In looking at your project, it seems like the script was never parsed/ You’ll want to click this button on the script:
and then on the entity that has main.js added to it, drag and drop the camera entity that the script should be acting on.
Great advice, I was wondering why I wasn’t getting the dialog to attach my camera. I was never quite sure what that button did but after reading up on this forum and these tips, I now understand a bit better and will parse scripts more often.
One Step forward. Unfortunately, one more error popped up. The button didn’t appear to be working as nothing would happen when clicking. Tried it in two seperate projects with the same InvalidState Error - gl.makeXRCompatible();