hi veryone!!!
I’m working on AVP and need to play a video. I did it the usual way: I placed a raw image, added the video, set it to override for AVP, and linked it with a render texture to play in the raw image. However, for some reason, it’s not working. The video format is MP4.
Do you know if AVP does not support video, or if I need a special format?
Thanks and regards
There are a couple of ways to play video. If you’re using VideoPlayer and a RenderTexture, then you need to explicitly mark the RenderTexture as dirty every frame that the video is playing in order to indicate that it should be retransferred via PolySpatial. There’s some more information in the documentation.
1 Like