Hi, I’m a beginner making my way through my first tutorial. I’m a Mechanical Engineer with experience in Matlab, VB.net (mainly visual basic, but some C), and a number of proprietary scripting languages. So far Unity looks a lot like the vb.net framework, so that’s nice.
I have just completed part 1 of the car tutorial and most everything seems to work - there are skid marks, lighting seems on, etc. The problem is some of the sounds don’t work. I double/triple checked all the settings and also checked the files to make sure that they are running. The only odd think I noticed is that some of the sound files were mistyped with “can” instead of car, but that should affect anything. I even tried a “build ad run” to make sure it wasn’t a problem with the editor mode, but the sound also has trouble there. The sounds that do work include the crash and initial door slam. The theme song and engine sounds do not work.
There are no console errors.
I tried putting in a Debug.log check inside of the functions for the engine and theme song and both logs show up (theme song just shows up at initialization of game and engine log repeats.
Any ideas? Thanks for helping out a newbie! =)