fix: BodyModule可能的注册失败问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user