llealloo / audiolink

Audio reactive prefabs for VRChat
Other
346 stars 38 forks source link

Redundant Media Start Fix #305

Closed techanon closed 2 months ago

techanon commented 2 months ago

Fix the video player restarting the media ~3 seconds in by offloading the video player Play action to the prepareCompleted event.

Swap to using SerializedProperty for the url and resolution fields. Simplify a couple ternary conditions.