menu
 

在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

+1 投票

We've switched to 'streams' in Perforce recently, and i have problems setting up source control for the project in the authoring tool.

When i hit OK on the settings screen, i get the following message:

Perforce command failed:
"Client 'client_name_here'" requires an application that can fully support streams"
 
Is a newer version available or planned with support for streams?

分类:General Discussion | 用户: Bernard R. (Audiokinetic) (35.8k 分)

1个回答

0 投票
 
已采纳

Stream support in our Perforce plugin is scheduled for Wwise 2013.2.

It is also possible to modify the perforce plug-in source code to add support for streams.  The source code is located in:

\SDK\samples\SourceControl\Perforce. 

  1. Add m_pClient->SetVar("enableStreams"); before each call to m_pClient->Run(...);
  2. Build plugin with a recent version of P4API
用户: Bernard R. (Audiokinetic) (35.8k 分)
...