One Minute Wwise | Driving Visuals from Volume Output

Add a Wwise Meter to a sound in Wwise and make it control the color of objects in Unity with just a few lines of code in a script. No commercials, no lengthy introductions - get "Wwiser" in about a minute.

Just for practice, let's add some personality to this hammer, by adding the blacksmith dialogue to it, and change the color based on the output. To do this ...
1. We'll use a Wwise Meter, on the blacksmith dialogue, to drive an RTPC value...
2. ... then create a script that changes the color ...
3. ... and assign the RTPC to it.
So start in Wwise by selecting the associated bus of the blacksmith. Add a Wwise Meter to it. And as Output Parameter, create a new RTPC that goes from -48 to 0. Then Generate SoundBanks.
Then in Unity, create a Material, add it to the hammer, and make a new script. In the script, create two properties - a reference to the material and a Wwise-type RTPC. Then in the Update function, we can materials color to blue and multiply it with the RTPC value you get from Wwise. Just keep in mind, that the RTPC value will be a negative number. So we'll need to shift it into positive numbers like this. And since the colors go from 0 to 1, let's scale it down and divide it by 48.
Before we try it out, select the RTPC, reference the material from just below, and add the blacksmith dialogue. That's it!

Resources:
* Wwise Meter: https://hubs.ly/H0BC2Mk0
* Setting Game Parameters in Unity (Video): https://www.youtube.com/watch?v=Vg6YSezwp34
* Setting Game Parameters in Unity: https://hubs.ly/H0BC2B40
* Wwise Meter for Side Chaining: https://hubs.ly/H0BC2BC0
* Using a Wwise Meter on Microphone Input: https://hubs.ly/H0BC2MC0
* Opening the Wwise Adventure Game: https://hubs.ly/H0BC2CX0
* About Unity Materials: https://docs.unity3d.com/Manual/Materials.html
* Material Color in Unity: https://docs.unity3d.com/ScriptReference/Material-color.html

2192 views

Related videos

00:43

One Minute Wwise | Wwise License for Game Jams

01:00

One Minute Wwise | Using the Wwise Launcher

18:21

Be WWise with Unity - L01 - Post and Stop Events - C#

Related videos

00:43

One Minute Wwise | Wwise License for Game Jams

1255 views
01:00

One Minute Wwise | Using the Wwise Launcher

12708 views