Adding sfx for confirmButton and response menu selection/confirm

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
fkkcloud
Posts: 298
Joined: Mon Oct 05, 2020 6:00 am

Adding sfx for confirmButton and response menu selection/confirm

Post 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.
User avatar
Tony Li
Posts: 22051
Joined: Thu Jul 18, 2013 1:27 pm

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

Post 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.
Post Reply