MozillaReality / unity-webxr-export

INACTIVE - Assets for creating WebXR-enabled Unity3D projects.
https://mixedreality.mozilla.org/unity-webxr-export/Build/
Apache License 2.0
622 stars 127 forks source link

Video audio not playing #434

Closed vzwtestbae closed 1 month ago

vzwtestbae commented 3 years ago

I am using Unity 2019.4.14f1 and am unable to play any audio from the Unity Video Player or through a 3rd party plugin(AVPro). The audio works using a desktop browser(Microsoft Edge), but not through the Oculus Quest's built in browser, while using the webxr plugin. I was able to remove the webxr plugin and it will play just fine through the browser. Is there a specific setting that needs to be adjusted in order for audio to work with the video. I've tried streaming the video and through the local streaming assets project folder, but nothing seems to work. I made sure the headset audio works and audio will work with through the headset if there is an audio source in the scene. I know I could probably split up the audio from the video, play them separately and sync them, but I would prefer it to just play from one file. Any help would be greatly appreciated.