社区问答

欢迎来到 Audiokinetic 社区问答论坛。在此,Wwise 和 Strata 用户可互帮互助。如需我们团队直接提供协助,请前往技术支持申请单页面。若要报告问题,请在 Audiokinetic Launcher 中选择“报告错误”选项(注意,问答论坛并不会接收错误报告)。我们内部设有专门的错误报告系统,会有专人查看报告并设法解决问题。

要想尽快得到满意的解答,请在提问时注意以下几点:

  • 描述尽量具体:比如,想达到什么样的目的,或者具体哪里有问题。
  • 包含关键细节:比如,Wwise 和游戏引擎版本以及所用操作系统等等。
  • 阐明所做努力:阐明自己为了排除故障都采取了哪些措施。
  • 聚焦问题本身:聚焦于问题本身的相关技术细节,以便别人可以快速找到解决方案。

+1 投票
Hello,

 

I've managed to install and build the Wwise-integrated engine on my own machine, but I'm having a hard time coming up with a simple way to distribute the build to others in a team (we have around 15 people on the team at the moment, and only 3 of us really use any code).  I'd like to package a binary to make a distribution that will avoid us having to recompile code on everyone's computer, as on my machine using an AMD A8, it takes about 1.5 to 2 hours to build, and most others would have similar issues getting things set up.

 

However, when deleting all pdb files, either a) the build doesn't work on its own, or b) the whole engine has to be rebuilt when building our game itself, defeating the purpose of packaging it.

 

My two main concerns are:

 

Is there a simple way for our non-engineer team members to set this up and get to working with audio/modelling?

 

Is there a way to package a moderately-sized binary (yes they all have licenses, don't worry :) ) without having it contain the pdb files?

 

Thank you
分类:General Discussion | 用户: Andrew D. (110 分)

1个回答

0 投票

You have the right idea, but maybe you are missing some content in your package. As a test, I deleted all .pdb files from my UE4 working directory, and I could launch the Editor without issues.

To test the build/rebuild issue you are having, I tried the following:

  1. Edit > Project Settings > Packaging
  2. Click the expand arrow under the "Project" category, and uncheck "Full Rebuild"
  3. File > Package > Windows > 64-bit. This is the first time I build the game, so it rebuilds everything (including the Engine)
  4. Repeat step 3. This time, it does not rebuild anything

I think the non-engineer members of your team won't be able to escape the first-time full rebuild, but then they shouldn't need to do a full rebuild after that.

用户: Benoit S. (Audiokinetic) (16.0k 分)
...