-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
Add: Typing Sound Audio Bus in Character Settings #2425
Add: Typing Sound Audio Bus in Character Settings #2425
Conversation
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.
Just some minor improvements, you can simply apply all of them.
Thanks for your Pull Request.
addons/dialogic/Modules/Text/character_settings/character_moods_settings.gd
Outdated
Show resolved
Hide resolved
addons/dialogic/Modules/Text/character_settings/character_moods_settings.tscn
Outdated
Show resolved
Hide resolved
Co-authored-by: Cake <[email protected]>
Thanks @CakeVR for your review: I have applied the changes you suggested. |
The problem I have with this solution is that you use I don't think this is a good solution. |
I don't think this should be a setting in the character editor, rather a global setting or a style setting. I cannot see a use-case where you'd need to change this per type sound mood. |
Hello, is there any interest in continuing on this PR? |
Hi, |
Add a new field "Audio Bus" into the character settings typing sounds section:
The Audio Bus is an OptionButton field which values are populated from AudioServer buses.
I decided to make the change after opening the issue:
#2420