Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

0 votes
Hi,

I'm learning how to integrate Wwise in Unity and it all worked perfectly until I came across the RTPC.

I tried calling the SetRTPCValue method with and without the GameObject parameter and neither worked.

The value is being changed in Unity and in Wwise, if I change the RTPC value manually, the effect occurs.

Any ideas?

Thanks in advance.
in General Discussion by Guilherme P. (100 points)
BUMP BUMP BUMP!

Has there been a fix for this?

2 Answers

0 votes
Try controlling something other than an effect. Volume is a safe bet. I am having this same issue right now and it seems to have something to do with effects specifically and is not consistent in its functionality.
by Beatrix Moersch (3.3k points)
0 votes
If you attach Wwise to Unity does the RTPC call is well received by the sound engine ? If you call SetRTPCValue be sure to have registered your gameObject before.
by Sébastien C. (760 points)
...