menu
 

AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

0 支持
As noted in the AkBankManager source file (AkBankManager.cs:127), there is a check for a potential race condition when an AkBank is Loaded, then Unloaded, the immediately asked to Load again. However, since 2016.1.1 (at least), AkBankManger has been modified to track the `BanksToUnload` by AkBankHandle, instead of BankID. In the Load/Unload/Load scenario above, the AkBankHandle will be recreated, thus the check in AkBankManager.cs:130 will (incorrectly) fail, and the race condition will cause the bank to be (incorrectly) unloaded.
Frank H. (100 ポイント) General Discussion

Please sign-in or register to answer this question.

...