Eric Sartor
Eric Sartor
To be clear about another use case, it would be nice to be able to set the minimum/maximum Y value to something OUTSIDE the range of what is there by...
> actually one thing i should add is that we do have the ability for a horizontal highlight that sort of does what i mention above > >  >...
Can confirm, still a problem in Godot 4.4 RC 1. Same scenario, loops properly in editor, loops properly in Windows build, does not loop at all in Web build.
So, seemingly that explains why it works as expected in the Godot editor and in the Windows build, but not in the Web build? Is there perhaps a reason why...
Interesting, that does work. So, setting the audio stream player to Stream explicitly instead of Default works in editor, on Web and on Windows. So...I guess the bug is related...
Ah, I totally missed that, thanks for clarifying. So, after having read that article, I take it that Samples are the future for how audio gets handled on the Web...