RenderHeads / UnityPlugin-AVProVideo

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

[visionOS] Apple visionOS DeviceSDK Build fails #1879

Closed PanoCAST closed 3 weeks ago

PanoCAST commented 4 weeks ago

Apple visionOS Device SDK Build fails (see attached screenshot) Downloaded the unity package and integrated into a spatial demo scene. Works in editor, does not compile using the DeviceSDK

Setup

Screenshot 2024-06-02 at 9 56 19 AM 2
Chris-RH commented 3 weeks ago

We don't yet support Polyspatial as it doesn't support our custom shaders, so we need to rebuild them.

As for your error message; in Unity, you need to go to: Assets/AVProVideo/Runtime/Plugins/visionOS select AVProVideo and make sure VisionOS is checked under “Select platforms for Plugin” in the inspector and then click "Apply". Screenshot 2024-06-03 at 09 51 41

Screenshot 2024-06-03 at 09 51 54

PanoCAST commented 3 weeks ago

Thank you very much, it indeed solved the problem and following what I found in https://github.com/RenderHeads/UnityPlugin-AVProVideo/issues/1800 it DOES work on the device in "bounded" mode.

Screenshot 2024-06-03 at 4 03 15 PM