このインテグレーションの各バージョンは、それぞれUnreal Engineの特定のビルドに対応しています。Here is what has changed in the 2023.1.7 release of the integration (in addition to upgrading to the new Unreal build).
| 注記: このインテグレーションは、Unreal Engineの実験的な機能をサポートしていません。 |
| 注記:
- このインテグレーションのコンパイル対象はUnreal Engineバージョン5.2、5.3、5.4です。Unreal Engine 5.4を対象にテストしました。
|
以前のバージョンについては、 以前のリリースノート を参照してください。
Miscellaneous Changes
- WG-72922 The Wwise Browser now contains additional information about how to create the Root Output Path folder when the path is empty.
- WG-73556 Fixed: Wwise SDK for Switch SDK 18 is not copied to the
ThirdParty
folder when integrating through the Launcher.
Bug Fixes
- WG-70795 Fixed: External Sources with no default values are never loaded.
- WG-73486 Fixed: Attenuation Scaling Factor always uses the Default value.
- WG-73670 Fixed: Starting and stopping Play In Editor is slow when AudioLink cannot be properly initialized.
Fixes for Community-Reported Bugs
- WG-71047 Fixed: AnimNotify does not find attached AkComponent if the Component's Location is not at origin. The GetAkComponent Blueprint node has been deprecated and replaced by GetOrCreateAkComponent.
- WG-72807 Fixed: Compile errors occurred when building the Unreal Integration with clang-cl.
- WG-73018 Fixed:
AK_WWISE_SOUNDENGINE_SUBMINOR_VERSION
is now properly defined through the Wwise plug-in. Support for the "Span Count" memory settings now operate properly, which should significantly reduce the amount of memory reserved by Wwise for all non-media allocations.
- WG-73690 Fixed: Missing calls to parent components in some functions.
- WG-73717 Fixed: Linking errors when using
AkAudioBankGenerationHelper
methods.