synergiance / SynMediaPlayer

An advanced Udon based media player for VRChat.
MIT License
20 stars 3 forks source link

Multiple UIs for a single video player #30

Open synergiance opened 2 years ago

synergiance commented 2 years ago

Is your feature request related to a problem? Please describe. Sometimes people want to have a panel with controls multiple places in a VRChat world but have them control the same video player. This would be nice to support eventually.

Describe the solution you'd like Separate the control panel from the UI and add a UI interface class that connects to the control panel so it can be used properly.

Describe alternatives you've considered I considered adding an exposed array element for the control panel where you could just drop UI interfaces into. This would be cumbersome to any novice user attempting to set up the video player in their world.

synergiance commented 2 years ago

Part of the solution to this will rely on U# 1.0. Until then I'll have more basic handling of this without the ability to extend the functionality of the control panel.