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.