# Any FMOD/Unity Tutorials that are not Outdated?

**URL:** https://qa.fmod.com/t/any-fmod-unity-tutorials-that-are-not-outdated/16108
**Category:** Unity
**Created:** [August 22, 2020, 6:58pm UTC](https://qa.fmod.com/t/any-fmod-unity-tutorials-that-are-not-outdated/16108 "2020-08-22T18:58:56Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![DJP47](https://avatars.discourse-cdn.com/v4/letter/d/58956e/32.png) [@DJP47](https://qa.fmod.com/u/DJP47)
#### Post date: [August 22, 2020, 6:58pm UTC](https://qa.fmod.com/t/any-fmod-unity-tutorials-that-are-not-outdated/16108/1 "2020-08-22T18:58:56Z")

</div>

Hello! Any one knows of any tutorials that are not out of date? I tried following the Survival Shooter tutorial videos but I got stuck on video 3 because it’s outdated and I’m at a point where I don’t have the knowledge to find a workaround so I’m just stuck.

---

<div class="post-metadata">

### Author: ![joseph](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/joseph/32/264_2.png) [@joseph](https://qa.fmod.com/u/joseph)
#### Post date: [August 23, 2020, 11:42pm UTC](https://qa.fmod.com/t/any-fmod-unity-tutorials-that-are-not-outdated/16108/2 "2020-08-23T23:42:35Z")

</div>

> [@DJP47](#):
>
> Any one knows of any tutorials that are not out of date?

Have you tried the Karting Microgame tutorial linked to by our website’s [learning page?](https://www.fmod.com/learn) It was written more recently than the Survival Shooter tutorial.

What is it you’re trying to do that you’re having trouble with in recent versions of FMOD Studio and Unity?

---

<div class="post-metadata">

### Author: ![DJP47](https://avatars.discourse-cdn.com/v4/letter/d/58956e/32.png) [@DJP47](https://qa.fmod.com/u/DJP47)
#### Post date: [August 24, 2020, 9:43am UTC](https://qa.fmod.com/t/any-fmod-unity-tutorials-that-are-not-outdated/16108/3 "2020-08-24T09:43:34Z")

</div>

Hey Joseph. I’ve already completed the Karting Microgame tutorial, I didn’t find any issues with that one.

I was following the FMOD survival shooter tutorial but once I got to video 3 ([https://www.youtube.com/watch?v=Dhc8qmHHU5c](https://www.youtube.com/watch?v=Dhc8qmHHU5c)) around minute 9, I couldn’t continue following the steps because there’s a ‘MusicSystem’ game object used by the tutorial that I don’t have (I’m using the version of Survival Shooter provided by fmod here [https://www.fmod.com/download#learningresources](https://www.fmod.com/download#learningresources))

---

<div class="post-metadata">

### Author: ![joseph](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/joseph/32/264_2.png) [@joseph](https://qa.fmod.com/u/joseph)
#### Post date: [August 24, 2020, 11:55pm UTC](https://qa.fmod.com/t/any-fmod-unity-tutorials-that-are-not-outdated/16108/4 "2020-08-24T23:55:03Z")

</div>

If I’m interpreting that tutorial’s voiceover correctly, creating the `MusicSystem` game object that references `MusicControl` is part of the tutorial. Have you tried adding the `public MusicControl musicSystem` line to the appropriate place in the `PlayerHealth` script, as seen nine minutes and twelve seconds into that video?

---

<div class="post-metadata">

### Author: ![DJP47](https://avatars.discourse-cdn.com/v4/letter/d/58956e/32.png) [@DJP47](https://qa.fmod.com/u/DJP47)
#### Post date: [August 25, 2020, 10:28am UTC](https://qa.fmod.com/t/any-fmod-unity-tutorials-that-are-not-outdated/16108/5 "2020-08-25T10:28:11Z")

</div>

Yes, the line is in the PlayerHealth script. I’m not an expert but I don’t think that is what creates the game object.

I managed to fix the problem. The Survival Shooter version in the FMOD learning page doesn’t contain the MusicSystem object but there’s a BackgroundMusic object that can be used instead. However, that requires changing the code a bit since now PlayerHealth will be using BackgroundMusic instead of MusicSystem.
