how can i get sound into a game i heard about fmod i was curious about a couple of things though first how big of a file is it i cant find it anywhere on there site next they said it used c sharp does this mean i have to program it does that mean i have to learn how to use c sharp if yu know anyof this please tell me
You get the sound file, and just drop it into the project view. It’s simple. Then script it in, using a programming language of your choice. unity supports JavaScript, C#, and Boo, a dialect of Python. You’ll probably be best learning JavaScript, as it’s the easiest to read( i think), and to use. If you’re planning on making a game, learn a programming language, start small, and work up.