Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

+1 vote
When integrating a project in Unity, everything seems fine with the initial process, but we get the message "the wrong project() is open in wwise" in the unity wwise window, next to the green "Connected".  The project in both wwise and unity is opened from the wwise launcher, so it is definitely the correct project.  What is the cause of this issue?

Using wwise 2021.1.7.7796 and unity 2020.3.26f1.

Thanks!
in General Discussion by Jean-François P. (150 points)
I'm facing the same problem
Hello, have you found a solution to this problem? I am having this issue rignt now and none of the answers bellow have worked. Any info on this would be helpful!

3 Answers

0 votes
Actually, for that error the solution was to change the access path in the wwise project settings.  However, now it cannot find the init.bnk, so still no sound.  I'm on macos 11.6.4, and I have a vague feeling it has to do with permissions... Any help is appreciated!
by Jean-François P. (150 points)
0 votes
In my case it was a wrong path configuration in Assets/WwiseSettings.xml file the at the <WwiseProjectPath> tag
by Luis Zoran R. (140 points)
0 votes
I had this bug since I forked a master branch in GitHub. The path was a reference to the ancient relative path "/.../Your Wwise project path" (Both Unity and Wwise projects were in the same drive) so I modified it to a regular path "D:/Your Wwise project path"
by Christophe M. (190 points)
...