Hello
So I am trying to get sounds working for my buttons.
I put a generic 'playSound("fileName")' in the UIButton onClick method
However I wanted to have an override. So I tried to create a property in UIButton, public string overrideSoundName
But it does not show up in the inspector.
I also do not have the UIButtonSound script (something I saw come up during my research on getting sounds to play).
Can you advise how I can get UIButton display my public string overrideSoundName?
Thanks