目次
Wwise Unity Integration Documentation
|
AkInitializer クラス
MonoBehaviourを継承しています。
詳解
This script deals with initialization, and frame updates of the Wwise audio engine.
It is marked as DontDestroyOnLoad
so it stays active for the life of the game, not only one scene. You can, and probably should, modify this script to change the initialization parameters for the sound engine. A few are already exposed in the property inspector. It must be present on one Game Object at the beginning of the game to initialize the audio properly. It must be executed BEFORE any other MonoBehaviors that use AkSoundEngine.
- 参照
-
- Initialize the Different Modules of the Sound Engine (Note: This is described in the Wwise SDK documentation.)
- AK::SoundEngine::Init() (Note: This is described in the Wwise SDK documentation.)
- AK::SoundEngine::Term() (Note: This is described in the Wwise SDK documentation.)
- AkCallbackManager
2020年01月23日(木) 10時26分16秒作成 - Wwise Unity Integration Documentation / 構成:
