Skip to content

Dynamically show 2D/3D sound settings on the audio source based on its current state #456

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

Open
adriengivry opened this issue Apr 15, 2025 · 1 comment
Labels
Editor Something relative with the editor Good First Issue An easy issue for new contributors QoL Quality of Life : Something that can improve users productivity

Comments

@adriengivry
Copy link
Member

Problem this feature should fix
Some settings on audio sources (CAudioSource) are only relevant when "Spatial" is in a certain state, but they are currently always displayed.

Expected solution
We should show/hide settings on the CAudioSource component based on its "Spatial" setting:

  • 2D only (spatial = OFF):
    • Pan
  • 3D only (spatial = ON):
    • Attenuation Threshold
    • Spatial Graph
@adriengivry adriengivry added Editor Something relative with the editor QoL Quality of Life : Something that can improve users productivity Good First Issue An easy issue for new contributors labels Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Editor Something relative with the editor Good First Issue An easy issue for new contributors QoL Quality of Life : Something that can improve users productivity
Development

No branches or pull requests

1 participant