Closed AcceleratorBpk closed 3 weeks ago
Supplementary, this situation will only occur if multiple different SFX are played sequentially for a long time
Thanks for the report! Sorry I'm not quite sure I follow the situation of the issue. Could you provide more details of your setup? like a screenshot of the sound in LibraryManager and the code or component that plays it. thank you!
@AcceleratorBpk Hi! I received another report that I believe might be the same issue as this one.
The problem was that AudioSource.timeSample
didn’t reset to 0 or stay on the last sample as expected, causing the audio player to never stop playing and recycle properly due to the incorrect endpoint calculation.
This issue has been addressed in the latest update. Would you mind checking again to see if the problem is resolved? Much appreciated! 😃
Play SFX continuously and only recycle the latest generated instances. Old instances will always stay in the scene and occupy a track.