# Exclude/bypass a platform dependent plugin

**URL:** https://qa.fmod.com/t/exclude-bypass-a-platform-dependent-plugin/12496
**Category:** FMOD Studio
**Created:** [May 16, 2016, 9:45am UTC](https://qa.fmod.com/t/exclude-bypass-a-platform-dependent-plugin/12496 "2016-05-16T09:45:19Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![anon91142318](https://avatars.discourse-cdn.com/v4/letter/a/5f8ce5/32.png) [@anon91142318](https://qa.fmod.com/u/anon91142318)
#### Post date: [May 16, 2016, 9:45am UTC](https://qa.fmod.com/t/exclude-bypass-a-platform-dependent-plugin/12496/1 "2016-05-16T09:45:19Z")

</div>

I am working on a project that will be delivered on two different platforms (PC + PS4 - FMOD 1.08.02).  
I am using a plugin that only works on PC, while I need to ignore it for the PS4 build.  
Is there a way to exclude/bypass plugins from a specific build or is it necessary to create two different projects?

Thanks for your help,  
P

---

<div class="post-metadata">

### Author: ![thuan](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/thuan/32/261_2.png) [@thuan](https://qa.fmod.com/u/thuan)
#### Post date: [May 18, 2016, 1:57am UTC](https://qa.fmod.com/t/exclude-bypass-a-platform-dependent-plugin/12496/2 "2016-05-18T01:57:01Z")

</div>

Hi,

At this moment we don’t support platform specific plugins. We are investigating various ideas to solve that for our future releases.

In the meantime, if the plugin simply does not exist for a particular platform (i.e. PS4 in your case), then you might consider using the FMOD\_STUDIO\_INIT\_ALLOW\_MISSING\_PLUGINS as documented here: [http://www.fmod.org/documentation/#content/generated/FMOD\_STUDIO\_INITFLAGS.html](http://www.fmod.org/documentation/#content/generated/FMOD_STUDIO_INITFLAGS.html)

This will allow the banks to still load even if the plugin does not exist. So for PC build, as long as the plugin located in the game, everything should work as expected. On PS4, a dummy will be created in its place.
