Forum rules - please read before posting.

Clicking sounds won't play

Hello,

I'm currently working on adding sounds to my game, so this will probably be a series of audio-related questions. The problem I've encountered is that I don't hear the 'clicking' UI sound. Here are the steps I've followed:

  • I had AC create a Default Sound object, which is now present in the scene's hierarchy.
  • I've assigned a .wav sound to the AudioClip field of this object.

The issue I'm facing is that I can hear the music playing, but I'm unable to hear the clicking sound. Do you have any insights into what I might be missing or doing incorrectly?

Thanks!

Comments

  • I've assigned a .wav sound to the AudioClip field of this object.

    This will be replaced at runtime with the AudioClip assigned in the Menu.

    Clicking sounds are assigned in the UI's Button element, in the Menu Manager. If you assign it there, then they should then play - provided your SFX volume is non-zero.

    If you've assigned it in the element, and it's still having an issue, what are your AC/Unity versions?

  • Oh, I didn't know the sounds are assigned in the Menu Manager, my bad! It's all working nicely now, thanks, Chris!

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.