fix: BodyModule可能的注册失败问题

This commit is contained in:
2026-07-18 17:28:06 +08:00
parent 7476263411
commit 0dc1001723
3 changed files with 13 additions and 15 deletions
@@ -67,9 +67,6 @@ namespace AibisDream.FixSystem
}
FixSystemCenter.SystemDic.Register(this);
// 注册到维修系统管理器
RepairSystemManager.Register(this);
}
/// <summary>捕获插线模块持久状态(分组 + UF + Chip + 高亮/报警)。</summary>
@@ -357,6 +354,9 @@ namespace AibisDream.FixSystem
private void Start()
{
// RepairSystemManager 的 Awake 已在所有场景对象的 Start 前完成。
RepairSystemManager.Register(this);
if (_headModuleGroup != null)
{
_headModuleOriginalPos = _headModuleGroup.transform.localPosition;