MerlinVR / USharpVideo

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

USharpVideoPlayer.StopVideo() does not stop the video #38

Closed NGenesis closed 9 months ago

NGenesis commented 2 years ago

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 called from within that method.