3.x 本地如何获取配置成远程包的目录

平台小游戏可以根据 assetManager.downloader.remoteBundles 获取到远程包的目录,
本地运行的时候这个值是空数组的,如何能获取到?
不想写判断,如果是空数组就去loadBundle检验一下,还要await,写起来太不爽了。