社区问答

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

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

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

0 投票

I am creating a custom command in Wwise which is supposed to set the value of a property on Switch only.

I am using waapi call ak.wwise.core.object.setProperty.

This call allows you to specify a "platform" argument to set the value of unlink properties.
However, when used with linked properties, although the platform argument is specified, the value is set to all the platform.
Is there a way to unlink a property through waapi so that then I can use the call to set the value for a specific platform only?  
It would be nice if the call would actually unlink the property if the platform is specified...

分类:Feature Requests | 用户: Cosimo R. (140 分)
重新分类 用户:Samuel L. (Audiokinetic)

1个回答

+1 投票
 
已采纳
It is currently not possible to change the Linked/Unlinked state of a property at the moment.
The platform argument allows to assign a value that has the given platform already unlinked, otherwise it will modify the linked value.

We have a ticket tracking a feature request regarding link/unlink through WAAPI, I will add your suggestion to also support it through setProperty to it.
用户: Samuel L. (Audiokinetic) (23.6k 分)
采纳于 用户:Cosimo R.
Any update on this?
I would like to know if this is possible too on Wwise v2022.1.X.   There's a `ak.wwise.core.object.setLinked` function now on 2023, but was anything added to address this in v2022?
...