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.

0 votes
Hi everyone, I am currently a student about to start on my final project for my program. I recently started learning Wwise and want to use it in our game.

Since we will be using github to share files will everyone on the team need to download Wwise to be able to run their pulls correctly, or is it enough when I first push the implementation of Wwise?

 

Thanks in advance for your help!
in General Discussion by Cameron M. (110 points)

1 Answer

+1 vote
Hello,

I had the same question when I started:
No, you can be the only one with Wwise. What you need to do is integrate Wwise into Unity and verify that it works for everyone. You should be able to have the Wwise Picker and other Wwise functions visible in Unity (in Components, Projects Settings...)
The manipulation that I practice when I want to push my modifications:
 - I generate the soundbank(s)
 - I save the project
 - I copy the "GeneratedSoundbank" folder that you will normally find (if you haven't modified it) in your Wwise project folder ("ProjectName/GenereratedSoundbank" inside there are the different generated platforms Mac, PC for example)
- I paste it in the Unity folder: "ProjectName/Assets/StreamingsAssets/Audio" and I replace the GeneratedSoundbanks folder + the Meta file
 - I go back to Unity which recreates the .meta file
 - And I push

That's my manual method that works
There are other methods via scripts but I'm not sure how it works, but you can find info. In any case, I worked on several projects and I always did this manual method being the only one to have Wwise and it always worked.

Does that answer your question?
Don't hesitate if you have any other questions.

Théophile Demarcq
by Théophile Demarcq (1.7k points)
...