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 project in Unity is too big to push through Git but error if I exclude it

0 votes
Project is too big to push through Git  but if i exclude the project file in my unity root folder other people get the error: project folder not found

So what can i do to work on the project and other people hear sounds without having to put the entire project into Unity?

Thank you
asked Apr 2, 2019 in General Discussion by Gregory L. (140 points)

1 Answer

+2 votes
Hi, if others get this error while running the game, just go to Edit -> Wwise Settings and disable "Enable copying of soundbanks at pre-Build step", it should solve it (Wwise won't try to reach the non-existent Wwise project).

+ make sure that you push the soundbanks for others, that's everything they need if they don't work with sounds.
answered Apr 10, 2019 by Radek Karnik (990 points)
That's actually an issue I've been encountering with git: everything EXCEPT the soundbanks will push. Do you know what's causing this?
...