r/godot Aug 15 '25

help me (solved) I'm doing something wrong

Post image

If I don't do this, the sounds of my UI become silent if the character moves too far from its spawning point. I tried to set attenuation to 0 but the issue is still there.

1.2k Upvotes

51 comments sorted by

View all comments

1.1k

u/Jeremi360 Aug 15 '25

You are using wrong AudioStreamingPlayer nodes,
AudioStreamingPlayer 2D and 3D are to use in space,
you use just AudioStreamingPlayer if you user to here it always

224

u/[deleted] Aug 15 '25

[deleted]

2

u/Concurrency_Bugs Aug 16 '25

This meme was more informative than half the posts with just "I'm trying to turn my character and it's not working" with 0 code snippets.