Is there a way to import FMOD without certain platform plugins?

I’d like to exclude as many unused platform plugins as possible to reduce project size but I’ve been unable to do that without it causing problems. Are there instructions for doing this?

You should be able to remove the libs of each platform (i.e. FMOD/platforms/tvos/lib) without causing problems. I don’t get any errors if I don’t remove the platforms settings in the platform src directory.

Ahh just the libs… Thank you!