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.

+1 vote

A float value set by the game code in Unity is not registered by the target RTPC defined in Wwise. 

I can see the value changing in real-time, but the Game Sync Profiler shows no change in the parameter (it stays at 0). The parameter is displayed under Global game object.

The code I'm using is:

...MusicIntensityRTPC.SetGlobalValue(_myFloatValue);

MusicIntensityRTPC variable is an AK.Wwise.RTPC type defined in a component attached to the same game object that contains the Wwise global game object. It is correctly referencing the target game parameter ("MusicIntensity").

I cheked that the ranges of the float value and the RTPC match identically (0-1), and there are no built-in parameter binding or interpolation is used.

I'm out of ideas, help appreciated.

in General Discussion by AudioCan (490 points)

1 Answer

–1 vote
by Nikola Viel (1.6k points)
Thanks, I will try this and report back what happens.
...