バージョン

menu_open
Wwise Unity Integration Documentation
Known Issues and Limitations

This page lists known issues and limitations in the Wwise Unity Integration. For platform-specific issues, see the relevant section under 各プラットフォーム固有の情報.

Known Issues

Upgrading Wwise

Upgrading Wwise in a Unity project causes errors, notably "An infinite import loop has been detected". Make sure to update your Unity project to a supported version (see リリースノート - Wwise Unityインテグレーション 2023.1.7).

Limitations

Unity Cloud Build

The Wwise Unity Integration does not support the Unity Cloud Build service.

API Limitations

ネーティブWwise SDKの以下の機能やファンクションは、Integrationでサポートされていないか、動作が変更されています(最新の変更から順に記載):

  • サウンドのストリーミングは、レベルデータをディスクからロードするのと同時に行ってはならない。
  • Several AK::SoundEngine::DynamicSequence API functions have different names in their Unity API bindings to compensate for the namespace-flattening side effects caused by SWIG. 例えば AK::SoundEngine::DynamicSequence::Open() は本来、生成されたAPIで AkSoundEngine.Open() となるはずである。Instead, in the API binding its name is AkSoundEngine.DynamicSequenceOpen().
  • C++ overloaded operators are renamed into functions in the Unity scripting language. For example, AkArray::operator[] becomes AkPlaylistArray.ItemAtIndex(uint uiIndex). This is done according to how SWIG handles C++ overloaded operators.
  • Unsupported APIs and components:
    • iOSオーディオ入力コールバックAPI
    • AkSpeakerVolumeMatrixCallbackInfo
    • AkSpeakerVolumeMatrixBusCallbackInfo
    • AkBusCallbackFunc
    • AK::SoundEngine::RegisterBusVolumeCallback
    • AK::SoundEngine::RegisterCodec
    • AK::SoundEngine::RegisterGlobalCallback
    • AK::SoundEngine::RegisterPlugin
    • AK::SoundEngine::Query::AkGameObjectsList
    • AK::SoundEngine::Query::GetActiveGameObjects()
    • AK::SoundEngine::Query::GameObjDst
    • AK::SoundEngine::Query::AkRadiusList
    • AK::SoundEngine::Query::GetMaxRadius(AkRadiusList& io_RadiusList)
    • All variants of AK::SoundEngine::DynamicDialogue::ResolveDialogueEvent that accept callbacks or event names

このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう