Hello, i have imported a weapon with animations the animations work, i can fire and reload my problem is adding the sounds to it, tried some scripts but don’t seem to work…
Try making a variable to hold the sound. Then right after your shoot code add this
audio.PlayOneShot(the variable goes here);
It should look like this:
(your shoot code goes here)
audio.PlayOneShot(the variable goes here);