I am unsure of how to word my problem the video should shed some light on what we are doing. My team and I are trying to make it so an emitter spawns next to a player but changes it’s volume depending on distance. Unfortunately we are getting this weird bug.
The sound will change based off the variable using one curve. But if I invert the volume of the curve it does not like it. My coders says that he is basically making an emitter closest to the player but it is a copy.
”It spawns a barebones copy of the audio component at runtime, and just moves the copies around to simulate emitters. After the indirect paths are calculated it just moves the emitters to the last portal before the player, if it isn’t already there. It should act like an actual emitter. The copying is just keeping the settings and event the same”
Thank you!
-Rob