private void Awake() { shopBundlePack = LoadResourceController.GetShopBundleCollection(); shopRawPack = LoadResourceController.GetShopRawPackCollection(); rawPrefabs = LoadResourceController.GetRawPackView(); bundleItemPrefabs = LoadResourceController.GetBundleItemView(); InitBundleItems(); InitRawPacks(); }