FMOD Project to Unity3d

Hello guys
I have seen that FMOD is preintegrated in Unity3D.
I want to know how to import a FMOD project in Unity3D’s FMOD?

Is there any guide?
Does “Importing FMOD into Unity3D replacing also the Unity3D’s FMOD” means importing an FMOD project?

I think this might help How do I properly implement FMOD builds into my project? - Questions & Answers - Unity Discussions

The problem is that the SquareTangle plugin does not work on Android as is said before the Usage pharagraph.

I changed the way to get to the target, I mean is not possible to integrate FMOD, so Steve Steven helped me to create a FMOD in UnityScript.
Thanks for the support. Good bye

Hey, could you be more specific about what’s going on like you have been in PM’s to Little Angel. His knowledge on FMOD is quite limited, as is mine.

Nothing of special.
I am working on it,
About FMOD, I want to import a complete Event as it is from FMOD and use it into Unity3D with Android compatibility.
About what I am doing, It’s just a script which pitches more tracks as in FMOD.
I am trying to use AnimationCurve, because is more friendly then floats.

Hi there,

Unity uses FMOD as its low level audio engine, and builds on FMOD to expose features that are unique to Unity. FMOD Designer (which you are using) is an additional content authoring tool created by FMOD. Unfortunately Unity does not integrate the FMOD Designer engine, and you will need to use a plugin as I believe you have started doing.

Cheers

The plugin is not compatible on Android, that is the matter!

Thanks for the info.

  1. I’m trying to do some pitch shifting and morphing of live and recorded audio in Unity and FMOD. Is this possible with the FMOD version that’s in Unity?
  2. Is there a list of API functions that is exposed to be used from Unity?

Cheers.

Why haven’t you just used the unity http://www.fmod.org/download/fmodstudio/integrations/Unity/fmodstudio10209.unitypackage (latest always on this page: http://www.fmod.org/download/)

win/mac/mobile

Why random user stuff? go to the source. Remember, I doubt Unity’s license covers this.

Thanks hippocoder,

After posting the question, I did manage to find the FMOD unity package on their site.

Cheers.