Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

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.9k points)
...