Uninstalling FMOD from Unity

Hello,
I have tried to uninstall FMOD from my Unity project by deleting all of the files from my asset folder. However, the FMOD option in my menu bar never disappears and two assets FMODStudioCache.asset and Resources/FMODStudioSettings.asset keep on refreshing and won’t permanently disappear.

How do I completely remove FMOD from my project?
Thanks

1 Like

Unfortunately there isn’t an easy way to remove any UnityPackage from a project.
The files and folders you need to remove are:

Plugins/FMOD/*
Plugins/Editor/FMOD/*
StreamingAssets/*
Editor Default Resources/FMOD/*
Resources/FMODStudioSettings.asset
Gizmos/FMOD*.*
Editor/FMOD*.*

Is there anything else I can help with?

1 Like

This answer is not complete.

You also need to uninstall the FMOD dlls and various other FMOD files under the root of your project.

Further, I did a top down search from my project’s root director and removed every file associated or named with FMOD.

Only after doing this was FMOD removed.

2 Likes