Skip to content
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: multiple warnings on insufficient AudioSources available [MTT-2834] #785

Merged
merged 5 commits into from
Dec 15, 2022

Conversation

fernando-cortez
Copy link
Collaborator

@fernando-cortez fernando-cortez commented Nov 14, 2022

Description

This PR addresses the multiple spammed warnings you'd see during a play session regarding not having sufficient AudioSources to play looping audio clips.
Firstly, the loop audio toggle on the Tank's HitReact AnimatorTriggeredSpecialFX element was incorrectly enabled. This disabled playing hit react audio clips as one-shots, which 100% replicated the warnings.
Secondly, the same toggle was removed on the Rogue's dash end AnimatorTriggeredSpecialFX element, since this did not need to be a looping audio clip. I could not reproduce the warnings once I removed this toggle.

Issue Number(s)

MTT-2834

Contribution checklist

  • Tests have been added for boss room and/or utilities pack
  • Release notes have been added to the project changelog file and/or package changelog file
  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • JIRA ticket ID is in the PR title or at least one commit message
  • Include the ticket ID number within the body message of the PR to create a hyperlink
  • An Index entry has been added in readme.md if applicable

@fernando-cortez fernando-cortez added 2-Easy This PR is trivial and can be reviewed quickly 1-Needs Review PR needs attention from the assignee and reviewers DO NOT MERGE Do not merge this PR! labels Nov 14, 2022
SamuelBellomo
SamuelBellomo previously approved these changes Nov 17, 2022
@fernando-cortez fernando-cortez added 3-Good to Merge and removed 1-Needs Review PR needs attention from the assignee and reviewers DO NOT MERGE Do not merge this PR! labels Dec 15, 2022
@fernando-cortez fernando-cortez added 1-Needs Review PR needs attention from the assignee and reviewers and removed 3-Good to Merge labels Dec 15, 2022
SamuelBellomo
SamuelBellomo previously approved these changes Dec 15, 2022
@fernando-cortez fernando-cortez merged commit 449db34 into develop Dec 15, 2022
@fernando-cortez fernando-cortez deleted the fix/hit-react-audiosources-warning branch December 15, 2022 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-Needs Review PR needs attention from the assignee and reviewers 2-Easy This PR is trivial and can be reviewed quickly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants