|
I want to play a sound when I press the number "1" in the keyboard, how do I do it
(comments are locked)
|
|
Playing AudioClip is described here: http://answers.unity3d.com/questions/12546/playing-audio-clip.html Input.GetKey(KeyCode.Alpha1) will catch the "1" on the keyboard I think.
(comments are locked)
|
