设置页面
This commit is contained in:
@@ -51,6 +51,7 @@ namespace Ichni
|
||||
public void LoadThemeBundles(List<string> list)
|
||||
{
|
||||
waitingBundleAmount = new IntReactiveProperty(list.Count);
|
||||
Debug.Log("Waiting for " + list.Count + " AssetBundles to load.");
|
||||
foreach (var bundle in list)
|
||||
{
|
||||
LoadThemeBundle(bundle);
|
||||
@@ -127,8 +128,8 @@ namespace Ichni
|
||||
}
|
||||
|
||||
yield return new WaitForEndOfFrame();
|
||||
waitingBundleAmount.Value--;
|
||||
print(themeBundleName + " Done!");
|
||||
waitingBundleAmount.Value--;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user