indexing files alphabetically #906
-
Hi, I'm using " player.setIndex(); " in order to play a .wav file. Cheers |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Jun 22, 2023
Replies: 1 comment
-
You can use the indexed version and sort the index file |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the indexed version and sort the index file
Or you can use your own custom AudioSource or the AudioSourceCallback to return the files sorted...