Hello I a trying to build an Apple visio Pro with 360 video rendered on skybox, the video is 4K so I need a service that could solve this, does Unity addressable system support visionOS? or there is a better way?
Yes, it does. But VideoPlayer supports URL, you can point to the video file hosted online (has to be direct link to the file, youtube and such won’t work).
it worked but when I tried to make it in a skybox it didnt work in the game scene and in the AVP, also I tried to make it inside a sphere but it didnt work well also
Use unity 6 and Polyspatial 2.0.4 with metal mode
I’m trying to switch between no passthrough(VR) and passthrough(MR) using Polyspatial 2.0.4 with metal mode in visionOS simulator. I’m having problems when I try to switch back to passthrough, I followed all the steps mentioned in Hybrid visionOS sample project but I still get a black screen when I try to show passthrough. Is it only working on a real visionOS device? Do you have any information?