USharpVideo
USharpVideo copied to clipboard
A basic video player made for VRChat using Udon and UdonSharp
I have 3 video player screens, all across the world with their own audio sources. On the 3rd screen only, all copy and pasted from the same instance of the...
This is a quick and dirty fix that just calls the code that _should_ be getting called by SetPlayerMode. Didn't have time to look into why it doesn't.
For context, I'm very new to Udon and this repo, so I might not be aware of all the limitations. On base Unity, adding a Soundcloud player is very straight...
I already knew how to set default video in Usharp video.But I need to preset some text in the input box,cause I need to have the video cloud resolution prefix...
Hi, I'm having a problem with the video display. It keeps flashing black in my world. I thought the problem was with the candles/skybox but after changing them nothing changed....
I checked the log using VRCX, and I noticed that it wasn't Google pulling it's usual nonsense. It genuinely just won't play...anything. This is true for all of the same...
This fixes issue #102
This PR fixes screens not being fully initialized when attaching themselves to the player, and the standby texture not being set. Closes #104 Closes #105
The standby texture is not being displayed on the `VideoScreen` object.
If you create a copy of the `VideoScreen` object that is disabled, then enable it at runtime, the video does not show.