# FMOD disapears when I open a project in Unity

**URL:** https://qa.fmod.com/t/fmod-disapears-when-i-open-a-project-in-unity/13589
**Category:** Unity
**Created:** [December 13, 2017, 9:16pm UTC](https://qa.fmod.com/t/fmod-disapears-when-i-open-a-project-in-unity/13589 "2017-12-13T21:16:48Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![danslajungle](https://avatars.discourse-cdn.com/v4/letter/d/8491ac/32.png) [@danslajungle](https://qa.fmod.com/u/danslajungle)
#### Post date: [December 13, 2017, 9:16pm UTC](https://qa.fmod.com/t/fmod-disapears-when-i-open-a-project-in-unity/13589/1 "2017-12-13T21:16:48Z")

</div>

Hi,  
I have an issue with FMOD that disapears when I open a Unity project.  
For example, I worked yesterday on a project with fmod, I quitted Unity and when I launched it today, FMOD is no more in the toolbar and no more seen as a plugin.

I tried to delete it, to import it again but there is only the folder, nothing in the toolbar.

The problem is that I also have to first import FMOD as a plugin, before starting or downloading a project (like viking village). It won’t appear if I start a project and during it, try to import this FMOD plugin…

It’s my 2nd day on unity with this FMOD, if you know this problem, It would be great if you could help me ! thanks a lot,

Felix

---

<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: [December 14, 2017, 12:02am UTC](https://qa.fmod.com/t/fmod-disapears-when-i-open-a-project-in-unity/13589/2 "2017-12-14T00:02:43Z")

</div>

> [@](#):
>
> Hi,  
> I have an issue with FMOD that disapears when I open a Unity project.  
> For example, I worked yesterday on a project with fmod, I quitted Unity and when I launched it today, FMOD is no more in the toolbar and no more seen as a plugin.
> 
> I tried to delete it, to import it again but there is only the folder, nothing in the toolbar.
> 
> The problem is that I also have to first import FMOD as a plugin, before starting or downloading a project (like viking village). It won’t appear if I start a project and during it, try to import this FMOD plugin…
> 
> It’s my 2nd day on unity with this FMOD, if you know this problem, It would be great if you could help me ! thanks a lot,
> 
> Felix

What version of Unity and the FMOD Unity Integration are you using?

You may be able to find some information in the Unity editor log files:

> **[Unity - Manual: Log files](https://docs.unity3d.com/Manual/LogFiles.html)**

---

<div class="post-metadata">

### Author: ![danslajungle](https://avatars.discourse-cdn.com/v4/letter/d/8491ac/32.png) [@danslajungle](https://qa.fmod.com/u/danslajungle)
#### Post date: [December 14, 2017, 1:28pm UTC](https://qa.fmod.com/t/fmod-disapears-when-i-open-a-project-in-unity/13589/3 "2017-12-14T13:28:43Z")

</div>

I got Fmod 11002, it’s the last version, and same for Unity : 2.0F3

---

<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: [December 15, 2017, 4:19am UTC](https://qa.fmod.com/t/fmod-disapears-when-i-open-a-project-in-unity/13589/4 "2017-12-15T04:19:47Z")

</div>

Can you try deleting everything except for the Assets and ProjectSettings folders then re-import the plugin.

---

<div class="post-metadata">

### Author: ![danslajungle](https://avatars.discourse-cdn.com/v4/letter/d/8491ac/32.png) [@danslajungle](https://qa.fmod.com/u/danslajungle)
#### Post date: [December 15, 2017, 9:34pm UTC](https://qa.fmod.com/t/fmod-disapears-when-i-open-a-project-in-unity/13589/5 "2017-12-15T21:34:22Z")

</div>

Yes I did it, still the same. I imported it again, refreshed …

---

<div class="post-metadata">

### Author: ![danslajungle](https://avatars.discourse-cdn.com/v4/letter/d/8491ac/32.png) [@danslajungle](https://qa.fmod.com/u/danslajungle)
#### Post date: [December 16, 2017, 10:33am UTC](https://qa.fmod.com/t/fmod-disapears-when-i-open-a-project-in-unity/13589/6 "2017-12-16T10:33:09Z")

</div>

I maybe have an idea : I got several errors when I open the “viking village” project, it comes maybe from there ?  
I got 42 alerts and 2 errors, here are some of them :

Errors :  
Assets/Editor/CrossPlatformInput/CrossPlatformInputInitialize.cs(88,34): error CS0619: `UnityEditor.BuildTargetGroup.WebPlayer' is obsolete:`WebPlayer was removed in 5.4, consider using WebGL

Occlusion culling data is out of date. Please rebake

Alerts :

GameObject is active but a parent is inactive. Active state is now inherited. Change the parenting to get back the old behaviour!

Assets/Standard Assets/Utility/TimedObjectActivator.cs(82,47): warning CS0618: `UnityEngine.Application.loadedLevel' is obsolete:`Use SceneManager to determine what scenes have been loaded’

---

<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: [December 18, 2017, 4:58am UTC](https://qa.fmod.com/t/fmod-disapears-when-i-open-a-project-in-unity/13589/7 "2017-12-18T04:58:47Z")

</div>

> [@](#):
>
> I maybe have an idea : I got several errors when I open the “viking village” project, it comes maybe from there ?  
> I got 42 alerts and 2 errors, here are some of them :
> 
> Errors :  
> Assets/Editor/CrossPlatformInput/CrossPlatformInputInitialize.cs(88,34): error CS0619: `UnityEditor.BuildTargetGroup.WebPlayer' is obsolete: `WebPlayer was removed in 5.4, consider using WebGL
> 
> Occlusion culling data is out of date. Please rebake
> 
> Alerts :
> 
> GameObject is active but a parent is inactive. Active state is now inherited. Change the parenting to get back the old behaviour!
> 
> Assets/Standard Assets/Utility/TimedObjectActivator.cs(82,47): warning CS0618: `UnityEngine.Application.loadedLevel' is obsolete: `Use SceneManager to determine what scenes have been loaded’

The error you mentioned is to do with the CrossPlatformInput scripts, errors will stop Unity from compiling the project but warnings won’t.
