USharpVideo icon indicating copy to clipboard operation
USharpVideo copied to clipboard

A basic video player made for VRChat using Udon and UdonSharp

Results 20 USharpVideo issues
Sort by recently updated
recently updated
newest added

Hi, the UI appears correctly, but once anything is entered into the "Text" field, the placeholder ("Enter Video URL...") disappears as expected, yet the actual typed text isn't showing. The...

There seems to be an issue with UsharpVideoPlayer 1.0.0 where its shows Invalid URL on specific streams (it fine works with some) where it just doesnt load the stream and...

When no InputField is found the code assumes it's VRC Url field which errors out when you build custom UI on top of the current one using the styling scripts.

This definitely should not be like this

Calling `USharpVideoPlayer.StopVIdeo` method after taking ownership of the video player does not stop the currently playing video. At a quick glance over the code it looks like `VideoPlayerManager.Stop()` is never...

`OnUSharpVideoError` currently cannot access the last video player error to display the appropriate error messages or perform error specific cleanup tasks.

In Video Mode, couldn't hear the right channel of Audio. The following steps will cause problems. 1. Create a new project in Unity (2019.4.29f1). 2. Import VRChat SDK3 World (2021.08.04.15.07_Public),...

Added support for Udon's Global Texture allowing avatars to use it on their own shaders (portable screens, etc.)

I don't know if this is possible, but as a lot of the music I use in my projects sometimes gets copystruck, I haaate having to go into my projects...

I have a big world I'm working on and struggling to have my 2 video players share the same video and audio when changing URLs. Would it be possible to...