menu
 

Audiokinetic의 커뮤니티 Q&A는 사용자가 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?
...