# FMOD for Unity // StagingSystem could not be found

**URL:** https://qa.fmod.com/t/fmod-for-unity-stagingsystem-could-not-be-found/20116
**Category:** Unity
**Tags:** unity
**Created:** [April 14, 2023, 1:01am UTC](https://qa.fmod.com/t/fmod-for-unity-stagingsystem-could-not-be-found/20116 "2023-04-14T01:01:36Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![branskylar](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/branskylar/32/4863_2.png) [@branskylar](https://qa.fmod.com/u/branskylar)
#### Post date: [April 14, 2023, 1:01am UTC](https://qa.fmod.com/t/fmod-for-unity-stagingsystem-could-not-be-found/20116/1 "2023-04-14T01:01:36Z")

</div>

Hi FMODders,

I’ve run into an issue upgrading a Unity project using FMOD for Unity. The version leaps are somewhat large; they are as follows:

FMOD:  
1.10.09 → 2.02.11

Unity:  
2018.2.13f1 → 2021.3.19f1

The issue I’m facing is within the SetupWizard.cs script. It’s referencing something called StagingSystem on a few lines and Unity is unable to recognize it for some reason. Will attach a screenshot.

I’ve already tried importing FMOD for Unity multiple times to no avail.

Any ideas?

Thanks!  
Brandon

 ![Screenshot 2023-04-12 at 9.15.31 PM](https://canada1.discourse-cdn.com/flex036/uploads/fmod/original/2X/4/43d12a322c5775fe52f97e1743f4105bf7db2ca6.png)

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [April 18, 2023, 2:59am UTC](https://qa.fmod.com/t/fmod-for-unity-stagingsystem-could-not-be-found/20116/2 "2023-04-18T02:59:02Z")

</div>

When upgrading the FMOD version in Unity, from 1.10 in particular, there can be some console errors that require some files to be manually movedhttps://fmod.com/docs/2.02/unity/user-guide.html#upgrading-from-110

---

<div class="post-metadata">

### Author: ![branskylar](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/branskylar/32/4863_2.png) [@branskylar](https://qa.fmod.com/u/branskylar)
#### Post date: [April 21, 2023, 2:43am UTC](https://qa.fmod.com/t/fmod-for-unity-stagingsystem-could-not-be-found/20116/3 "2023-04-21T02:43:54Z")

</div>

Hi Cameron,

Thank you for the tip! I’m working through it now, but the FMOD Event Reference Updater tool doesn’t seem to be functioning normally. When I click “Execute 107 Selected Tasks”, the process runs for a split second and the Unity console throws this error:

“NullReferenceException: Object reference not set to an instance of an object  
FMODUnity.EventReferenceUpdater.ExecuteGameObjectTask (FMODUnity.EventReferenceUpdater+Task task, FMODUnity.EventReferenceUpdater+SavePolicy savePolicy) (at Assets/Plugins/FMOD/src/Editor/EventReferenceUpdater.cs:1417)  
FMODUnity.EventReferenceUpdater.ExecuteTask (FMODUnity.EventReferenceUpdater+Task task, FMODUnity.EventReferenceUpdater+SavePolicy savePolicy) (at Assets/Plugins/FMOD/src/Editor/EventReferenceUpdater.cs:1377)  
FMODUnity.EventReferenceUpdater+d\_\_45.MoveNext () (at Assets/Plugins/FMOD/src/Editor/EventReferenceUpdater.cs:654)  
FMODUnity.EventReferenceUpdater.UpdateProcessing () (at Assets/Plugins/FMOD/src/Editor/EventReferenceUpdater.cs:1551)  
UnityEditor.EditorApplication.Internal\_CallUpdateFunctions () (at /Users/bokken/build/output/unity/unity/Editor/Mono/EditorApplication.cs:35”

Furthermore, every single event in the Updater tool appears to throw the same error when attempting to execute each task one by one.

The steps I took prior to this were:

1. Open project in Unity; update Unity version
2. Moved FMOD files as you recommended
3. Opened FMOD project; followed upgrade prompt
4. Restart Unity & follow through FMOD Setup Wizard; all successful except Event Reference Updater

Any ideas?

Best,  
Brandon

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [April 26, 2023, 5:54am UTC](https://qa.fmod.com/t/fmod-for-unity-stagingsystem-could-not-be-found/20116/4 "2023-04-26T05:54:19Z")

</div>

It looks like we missed a file `Assets/Editor/FMODMigrationUtil.cs`, this will also need to be deleted but that is a different issue to the error you mentioned.

What is the task that it says is required in the updater?  
Are you able to share a screenshot of the Event Reference Updater?

---

<div class="post-metadata">

### Author: ![branskylar](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/branskylar/32/4863_2.png) [@branskylar](https://qa.fmod.com/u/branskylar)
#### Post date: [April 28, 2023, 12:21am UTC](https://qa.fmod.com/t/fmod-for-unity-stagingsystem-could-not-be-found/20116/5 "2023-04-28T00:21:00Z")

</div>

Hi Cameron,

Went ahead & deleted the file you mentioned. Attaching screenshots of the Event Reference Updater.

Best,  
Brandon

 ![Screenshot 2023-04-27 at 8.18.48 PM](https://canada1.discourse-cdn.com/flex036/uploads/fmod/original/2X/e/ef3516e6e2197202ddf78805ed6ef7f1a23f92ea.jpeg)

---

<div class="post-metadata">

### Author: ![branskylar](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/branskylar/32/4863_2.png) [@branskylar](https://qa.fmod.com/u/branskylar)
#### Post date: [April 28, 2023, 12:21am UTC](https://qa.fmod.com/t/fmod-for-unity-stagingsystem-could-not-be-found/20116/6 "2023-04-28T00:21:41Z")

</div>

And another:

 ![Screenshot 2023-04-27 at 8.18.59 PM](https://canada1.discourse-cdn.com/flex036/uploads/fmod/original/2X/c/cc3b4f85d684b88c6aa4762f139ea7e93024172e.jpeg)

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [May 1, 2023, 12:49am UTC](https://qa.fmod.com/t/fmod-for-unity-stagingsystem-could-not-be-found/20116/7 "2023-05-01T00:49:28Z")

</div>

That all looks normal, I haven’t been able to repro the error but here are the steps I used:

1. Import new FMOD package.
2. Close Unity.
3. Move files from ‘Editor’ folder.
4. Delete ‘Assets/Editor’ folder.
5. Open Unity.
6. Follow prompts to restart Unity and move new libs.
7. Next step in setup wizard, ‘reorganize plugin files’, process tasks.
8. Next ‘Update Event References’, process tasks.
9. Rescan and now no tasks.

Are you able to share your Unity editor log file at all? That may shed some light on what is causing this error.

---

<div class="post-metadata">

### Author: ![branskylar](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/branskylar/32/4863_2.png) [@branskylar](https://qa.fmod.com/u/branskylar)
#### Post date: [June 6, 2023, 8:54pm UTC](https://qa.fmod.com/t/fmod-for-unity-stagingsystem-could-not-be-found/20116/8 "2023-06-06T20:54:09Z")

</div>

Hi Cameron,

Finally had a chance to come back to this & actually fixed it!

The reason the Event Reference Updater wasn’t working is because two FMOD-related C# script errors were putting Unity in a locked state. After adjusting the deprecated syntax of triggerCue() to keyOff() in two scripts, the project unlocked and I was able to freely run the Updater.

Thanks for your help & hope this helps someone some day!

Best,  
Brandon
