1 messages · Page 1 of 1 (latest)
I wrote a simple audio system for my own game that you can use
You create scriptableobjects in unity, add a clip to them, and then set the volume and pitch
Then, when you want to play that sound effect, just call .Play() on it
ty