Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

Will the whole team need to have Wwise on their personal PCs if I am the only sound designer?

0 투표
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!
문의 2022 1월 18 General Discussion Cameron M. (110 포인트) 로 부터

1 답변

+1 투표
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
답변 2022 1월 21 Théophile Demarcq (1,550 포인트) 로 부터
...