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.

Wwise, Unity & Perforce Integration (Integration For Other Users Not Working).

+2 votes
Hi, We are currently using Perforce as our primary source control solution.

We have been banging our heads up against a wall on this one, it didn't happen in our previous source control system (bitbucket).

I check out the full depot / workspace and integrate wwise into unity using the launcher. All scripts, soundbanks, integration works fine, everything is ready to go.

I submit this project and all containing files (tried in unity and P4V client) and the other team members (with matching wwise versions installed) go to the launcher as a different team member (different PC) and it still wants to integrate wwise into unity.

You can go around and around with submits and it seems like EVERY user has to conduct this integration.  Any ideas on what we are doing wrong here, i am very capable using wwise but getting this integration to stick is becoming a nightmare.

Cheers!
asked Apr 3, 2020 in General Discussion by TAFENSW (270 points)

2 Answers

+1 vote
Forgot to post my answer :)

So if you are integrating wwise into unity and perforce and have an existing wwise integration:

1. check out assets\wwise folder under the unity project

2. check out the projectsettings\projectsettings.asset file (and meta)

3. When integrating choose 'integrate directly into unity project'  (for some reason perforce has issues using the temporary folder option and skips some files when creating a changelist).

Pretty much same deal for a fresh project.  Has worked each time.
answered Apr 8, 2020 by TAFENSW (270 points)
+1 vote
I had the same exact issue with Unreal, Wwise, and Perforce! I just figured it out.

Somehow the actual Wwise plugin folder wasn't pushed through perforce when I submitted everything.
In case anyone has the same issue with Unreal and Wwise integration, in Perforce:
go to (yourprojectname) -> plugins -> wwise and make sure that the whole folder is pushed through. also make sure that (yourprojectname) -> content -> WwiseAudio folder is pushed too.

cheers(:
answered Feb 15, 2022 by Meg M. (170 points)
...