fix(resource-kit): 修复场景资源加载器生命周期与初始化时序

Made-with: Cursor
This commit is contained in:
2026-03-26 16:08:41 +08:00
parent 7291dfb031
commit 0ebbc9c341
6 changed files with 70 additions and 79 deletions
@@ -46,6 +46,10 @@ namespace AibisDream.FixSystem
{
// 获取组件索引
InitReference();
}
private void Start()
{
StartCoroutine(LoadMaterial());
}