热更系统修改并测试

This commit is contained in:
2025-11-04 16:19:53 +08:00
parent db6f5d147e
commit 4ba496506d
25 changed files with 477 additions and 2122 deletions

View File

@@ -33,7 +33,7 @@ public class MessageBox : MonoBehaviour
return null;
}
var go = Instantiate(prefab, GameManager.Inst.MainUICanvas.transform);
var go = Instantiate(prefab, GameManager.Inst.MainUICanvas.transform.Find("Top"));
go.name = "MessageBox";
var messageBox = go.GetComponent<MessageBox>();
return messageBox;