menu
 

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

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?
...