Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

Since update to 2016 unity integration I'm getting an error with GetRTPCValue

0 투표

I'm using GetRTPCValue to get the initial setting of the SFX and Music volume RTPCs, but since ive updated I'm getting the error 

No overload for method `GetRTPCValue' takes `4' arguments​

Looking at the documentation, it doesn't seem to have changed, so what am I doing wrong?

heres my code: 

int type1 = (int)RTPCValue_type.RTPCValue_GameObject;
AkSoundEngine.GetRTPCValue("SFX_Volume", gameObject, out sfxVol, ref type1);

문의 2016 10월 25 General Discussion Ralph C. (270 포인트) 로 부터

Please sign-in or register to answer this question.

...