RenderHeads / UnityPlugin-AVProVideo

AVPro Video is a multi-platform Unity plugin for advanced video playback
https://www.renderheads.com/products/avpro-video/
235 stars 28 forks source link

I have successfully VR180 Side by Side Video build on Vision Pro. However, it seems that the stereoscopic effect is not working. #1816

Open VENTAXR opened 5 months ago

VENTAXR commented 5 months ago

Please DO NOT LINK / ATTACH YOUR PROJECT FILES HERE

Describe the issue I have successfully VR180 Side by Side Video build on Vision Pro. However, it seems that the stereoscopic effect is not working.

Your Setup (please complete the following information):

To Reproduce

  1. I referred to "Video was not displayed in Vision Pro when using Polyspatial"
  2. I used ResolveToRenderTexture instead of Apply to Mesh. Then, I created a RenderTexture, connected it, and directly linked it to the Material.
  3. but.. stereoscopic effect is not working.

Logs If applicable, add error logs to help explain your problem. none.. build perfect

Screenshots If applicable, add screenshots to help explain your problem. s1 2 3

Videos The video connection and playback work well. I shared the file with you last time.

Please DO NOT LINK / ATTACH YOUR PROJECT FILES HERE

Instead email the link to us unitysupport@renderheads.com

Chris-RH commented 5 months ago

You seem to have two Upadate Multi-Pass Stereo components. We think this could be a shader issue. Polyspatial mode only supports unity’s built-in shaders or shaders built with shader graph, so we need to look at how we can adapt ours within the constraints of what Apple allows.

domain808 commented 5 months ago

After confirming that a warning appears saying that AVPro Video Shader can only be used in Full Immersive Space, the AVPro Video Shader is set accordingly. .. I think it would be okay if only stereoscopic were implemented here. Isn’t there a way?