-
Notifications
You must be signed in to change notification settings - Fork 0
Add global SFX #32
Copy link
Copy link
Open
Labels
status/approvedThis issue has been approved for implementation.This issue has been approved for implementation.type/enhancementNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
status/approvedThis issue has been approved for implementation.This issue has been approved for implementation.type/enhancementNew feature or requestNew feature or request
Is your feature request related to a problem? Please describe.
There is no way to play a sound effect globally for things like button presses in the UI.
Describe the solution you'd like
Expose a global SFX play function similar to what exists for global music.
Describe alternatives you've considered
An audio stream player can be manually added to menus to play SFX but the audio will get cutoff during scene transitions so this is not ideal; additionally, this is tedious to setup for every menu.
Additional context
This should allow different sounds to play at once.