Video is not working in Mixed Reality mode

Hi, we want to have a video inside our Mixed reality app but looks like Video player is not supported as far as I see the warning on the Video Player component, if it’s not supported, do you guys have estimate when you will add this? I’ve tried to use Quad to render the video with the render texture, and tried use RawImage in world space canvas, both solution didn’t work in Simulator. I’m using Unity 2022.3.18f1, XCode 15.2, and Polyspatial 1.0.3

The VideoPlayer is supported as of the 1.0 release. There is also a visionOS-specific video player. Refer to Video Player components for more information, including the relative advantages of using one of these components over the other.

One thing that’s probably easy to miss is that you need to mark render textures as dirty every frame, which applies to using the standard VideoPlayer component since it uses a render texture.

2 Likes

Hi, thanks making render texture as dirty fixed the problem

1 Like