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.

Wwise not recognizing RTPC Values from Unity

0 votes
I set up an intensity parameter within Wwise to create vertical layering on my music tracks. When I move the intensity bar within Wwise itself, the music interacts accordingly to the RTPC values. However, when I integrate with Unity, the music will not respond to the RTPC values generated, they are simply left at their default value of 50. Unity is successfully generating the RTPC values listed for intensity- I know this because the values can successfully print. I've followed the proper coding procedure for creating RTPC values as far as I can tell. The music switch container is started when the scene is started in unity, and the SetRTPC Object is associated with the main camera. Can anyone please tell me how I can get my Wwise project to respond to the RTPC values created in Unity?

Thanks!
asked Oct 16, 2016 in General Discussion by Peter J. (100 points)

1 Answer

+1 vote
Have you tried running the profiler to check if it is actually setting the values?
answered Oct 25, 2016 by Deepak Chennakkadan (1,830 points)
...