Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

0 votes

Hello.

Unity: 2022.2.0b16
Wwise: 2021.1.10.7883
I installed the "Wwise Unity Addressables Package (2022.1.0)" in my environment.

Then I get the following error.
Why is this?


Assets/Wwise/MonoBehaviour/Editor/WwiseSetupWizard/AkWwisePostImportCallbackSetup.cs(332,26): error CS0029: Cannot implicitly convert WwiseAddressables.WwiseAddressableSoundBank' to 'AK.Wwise.Unity.WwiseAddressables.WwiseInitBankReference


 

Perhaps it could be this way


bankHolder.InitBank = initbank;
 ↓
bankHolder.InitBank.AddressableBank = initbank;


 

closed with the note: Wwiseを最新バージョンに上げてエラーがでなくなったので
in General Discussion by Ueda S. (180 points)
closed by Ueda S.
...