MerlinVR / USharpVideo

A basic video player made for VRChat using Udon and UdonSharp
MIT License
316 stars 40 forks source link

Unable to Play Audio Files #46

Closed Enverex closed 2 years ago

Enverex commented 2 years ago

Not sure if this is a limitation of the underlying engine or USharpVideo so mentioning it just in case;

Trying to play audio files fails, only video files work. While this is a video player, it's typical that video players can play audio files as well and it would be a nice feature to have here.

MerlinVR commented 2 years ago

Use the stream player to play audio files, the builtin Unity video player does not support audio files while AVPro does.