|
@@ -1065,6 +1065,15 @@ namespace GFGGame
|
|
|
resList.Add(aniRes);
|
|
|
}
|
|
|
}
|
|
|
+ if (cfg.emojiRes.Length > 0 && cfg.emojiRes != "0")
|
|
|
+ {
|
|
|
+ string res = cfg.emojiRes.Split('/')[1];
|
|
|
+ string aniRes = ResPathUtil.GetEmojiResPath("DressUp",cfg.emojiRes);
|
|
|
+ if (!resList.Contains(aniRes))
|
|
|
+ {
|
|
|
+ resList.Add(aniRes);
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
ResourceDownloaderOperation downloaderOperation = YooAssets.CreateBundleDownloader(resList.ToArray(), 3, 3);
|