-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: streaming volume #5904
fix: streaming volume #5904
Conversation
After the CI passes: WebThis branch can be previewed at:
Desktop:If you have the launcher installed (download launcher) you can press open on the following link: SDK 6/7:More |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM, nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️ Reviewed by the QA team and working as expected!
What does this PR change?
Fixes #1005
How to test the changes?
MASTER
volume orWORLD SFX
volume from settingsOur Code Review Standards
https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md
Copilot summary
🤖 Generated by Copilot at 6d68c5b
This pull request adds a feature to the
VideoPlayerHandler
component that allows adjusting the video volume based on the audio settings and the virtual audio mixer. It also updates theVideoPlayerRegister
class to use the common settings and data store modules for the audio configuration. It modifies the corresponding test classes and assembly definition files to support the new feature and dependencies. It also fixes a minor code style issue in theDCLVideoTexture
class.