虚拟列表和循环列表提交

This commit is contained in:
2025-07-19 17:59:28 +08:00
parent 0dd304256c
commit 656e0b0652
38 changed files with 4420 additions and 39 deletions

View File

@@ -52,7 +52,7 @@ namespace CreatGame.UI
{
var view = new T();
//加载预制件
AssetBundleManager.Instance.LoadGameObject(view.PrefabPath, (obj) =>
AssetBundleManager.Instance.LoadGameObjectAsync(view.PrefabPath, (obj) =>
{
if (obj == null)
{