menu
 

La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

+1 vote

I'm having trouble getting the Engine to load in Unity 5, I keep getting an 'EntryPointNotFoundException' relating to the name of the game, this is the line throwing the error:

#if UNITY_EDITOR
        AkSoundEngine.SetGameName(Application.productName + " (Editor)");

This is the line causing the error in AKInitializer.cs 

If I comment that line out or just add my own name the error doesn't show any more, but instead I'm getting a 'AK_WrongBankVersion' exception for Init.bnk despite having built them out with the latest WWise build: 2015.1.1 build 5434

It seems like every time I try and update the Unity  Integration there's something that breaks, really frustrating to waste so much time on something that should just work >:(

dans General Discussion par Ralph C. (270 points)
I also have the same problem after updating my Wwise 2014.1.4 to 2015.1.1, any help would be useful.
I actually got it to work after uninstalling the integration and reinstalling it. Make sure to let it do all its background compiling (the window closes automatically after it's done)

1 Réponse

0 votes

I had this isssue after upgrading Wwise, someone on the project restored previous version of Assets\Wwise\Deployment\Plugins\Windows\x86_64\Profile\AkWaapiClient.dll and Assets\Wwise\Deployment\Plugins\Windows\x86_64\Profile\AkSoundEngine.dll in a commit probably because he didn't close Unity when he synced the latest version.

par Adrien V. (340 points)
...