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.
Adding sfx for confirmButton and response menu selection/confirm
Re: Adding sfx for confirmButton and response menu selection/confirm
Hi,
To do it without scripting, use a Unity UI Event Trigger.
To do it with scripting, add a script that implements IPointerEnterHandler, etc.
To do it without scripting, use a Unity UI Event Trigger.
To do it with scripting, add a script that implements IPointerEnterHandler, etc.