Button Press And Release Sounds

This one’s short. In Unity, I have a button and I want it to play one sound on press, and another on release, like in Cookie Clicker. Problem is, I use C Sharp. Please help, and thanks!

Add an Audio Source to your button.

Add an Event Trigger component to your button.

Assign the Audio Source to the OnPointerDown and OnPointerUp events, and configure them to call PlayOneShot with the sounds you want to play.

WOAH THAT WAS SUCH A SANICALLY FAST POST!!1!!111! Thank you, you make the Unity community better every day. You’re teh best!