RenderHeads / UnityPlugin-AVProVideo

AVPro Video is a multi-platform Unity plugin for advanced video playback
https://www.renderheads.com/products/avpro-video/
224 stars 27 forks source link

MediaPlayer Audio volume resetting on load and not updating in the Editor #1916

Closed heritageint closed 3 days ago

heritageint commented 5 days ago

Describe the issue The MediaPlayer volume level seems to be resetting to 1 each time a new file is loaded although it's value (MP_Player.AudioVolume) reports the correct value (e.g. if we set to 0.2) the actual audible volume is 1 - the volume slider in the Editor shows 0.2 but if you move it slightly to adjust it then correctly sets the audible volume level.

Your Setup (please complete the following information):

To Reproduce

  1. Set the Volume level of a MediaPlayer to 0.1
  2. Load a new file
  3. Audible volume appears to reset to 1 - volume in the Editor and AudioVolume property show 0.1
  4. Change the volume level (e.g. to 0.2) and then the audible volume is correct
RichRH commented 3 days ago

Thanks for reporting this @heritageint - issue found, fixed and will be in the next release.

Chris-RH commented 2 days ago

AVPro Video version 3.0.5 has been released. Please let us know if it has not fixed your issue.