so I’m proceduraly generating landscape with water in the form of lakes and ponds some of which to large for a single audio source. I want there to be water sounds around them but the only thing I can think of is to have raycasts on the player test for water around him then move an audio source to the raycasts. I don’t have a lot of experience with audio so if anyone knows of a better way before I try to code this in the morning please let me know.
Basically I’d just have raycasts in an octagon around the player and move the audio source to the average location of all of them that hit water.