设置页面

This commit is contained in:
SoulliesOfficial
2025-03-08 23:11:55 -05:00
parent 076f1a637f
commit c326f3ef90
41 changed files with 2287 additions and 6174 deletions

View File

@@ -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--;
}
}