Page 1 of 1

Adding sfx for confirmButton and response menu selection/confirm

Posted: Thu Feb 11, 2021 12:59 pm
by fkkcloud
What is the recommended way to put SFX for the confirm button for dialogue and the response menu's confirm/select button?

For instance, I am using FMOD and hope to put bind them- I wanted to check before I jump in and just create a custom function for it.

Re: Adding sfx for confirmButton and response menu selection/confirm

Posted: Thu Feb 11, 2021 2:06 pm
by Tony Li
Hi,

To do it without scripting, use a Unity UI Event Trigger.

To do it with scripting, add a script that implements IPointerEnterHandler, etc.