AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

Does /Plugins/Wwise need to be included in source control for Unreal projects?

+1 支持
Hello,

We've recently started a Unreal 4.26 project and we've successfully integrated Wwise 2019.2.8.7432 into the project. Since my background is in Unity, and there we've had success with Wwise and git, I was wondering how to do it in Unreal.
The main problem is that while integrating Wwise, folder inside /Plugins/Wwise is created and that alone has 4.72GB. This is really close to the size of our repository limit (we're using gitlab) and we would like not to include it - also it gets really hard if we try to push it because of the timeouts.

Does this folder need to be included? How can it be regenerated if it's not included?

Thanks in advance
Lazar T. (110 ポイント) 2020 12/19 質問 General Discussion

回答 2

+1 支持
I have the same problem/question.
Oleg T. (160 ポイント) 2021 5/12 回答
0 支持
Yes, The Plugins/Wwise folder needs to be added to source control if you don't you will get errors and crashes in your unreal project.

You can ask everyone who is working on the project to manually integrate Wwise in unreal, this will add the wwise plugin to the unreal project without having to submite it  to source control.
Robin B. (150 ポイント) 2022 5/12 回答
...