Hey guys,
Try my game! I added sound effects and music to it, as well as some story changes:
http://gamebucket.io/game/e24a60d3-50b2-4fd8-a4e5-9c107156faaa
worked well! is that sound looped? what format do we use?
music is looped, but the sound effect is just an AudioSource and linked to the script file. From in there, you can import it as an AudioClip and then do something like source.PlayOneShot(clickSnd, 1);