I created a main menu that’s have buttons to click on, how to play a sound when the mouse cursor pass over the buttons ? without clicking on the button, just when the cursor enter the button area
This should answer your question, when the event gets triggered just do a AudioSource.PlayOneShot(audio);