Version
Wwise Unity Integration Documentation
|
There are a number of important new features in Wwise 2017.1 and its Unity Integration. These include the following:
[RequireComponent(typeof(AkGameObj))] has been added to
AkEvent
.
AkEnvironment
and AkEnvironmentPortal
no longer specify Rigidbody
as a required component, and the members of Rigidbody
are no longer modified. If an AkEnvironment
or an AkEnvironmentPortal
does not have a Rigidbody
attached to its game object or an AkGameObj
is set to "Environment aware" and does not have a Rigidbody
attached to its game object, the following warning will be displayed in the Editor: AkGameObj-AkEnvironment interactions require a Rigidbody component on the object or the environment.
All instances of the above warning can be removed by unchecking the Show Warning for Missing RigidBody
option within the Wwise Settings window.
New "WwiseTypes" have been added that provide users with finer control over features represented by Wwise objects such as Events, game parameters, Switches, and States. These new classes each come with their own property drawers that bring up a Wwise picker when clicked, allowing for rapid prototyping of game audio systems.
Below is a brief example use case:
AkSoundEngine
is now a partial class. Hooks have been added to allow users to extend the auto-registration of game objects or remove this functionality all together. The extensions are recommended, however, you can choose to exclude them when you integrate Wwise into your Unity project.
To complement the addition of the 3D busses feature in Wwise, the following modifications have been made. There is no longer a restriction on the number of listeners, and the concept of default listeners has been added to represent the listeners that all game objects are initially set up to be listened by. AkGameObj
has been modified to hold a list of AkAudioListener
s. By default, an AkGameObj
will emit its sound to the default listeners, and an AkAudioListener
is a default listener.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise