From f5a0f852d29eb22ab4e18c916e2254304f888417 Mon Sep 17 00:00:00 2001 From: bottlefish <781230111@qq.com> Date: Fri, 27 Feb 2026 20:57:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(fixsystem):=20BodyModule=20=E5=B1=82?= =?UTF-8?q?=E7=BA=A7=E9=80=82=E9=85=8D=20Scalehandler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- Assets/Scripts/FixSystemNew/BodyModule/BodyModuleSystem.cs | 2 +- Assets/Scripts/FixSystemNew/BodyModule/Modules/BodyModule.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/FixSystemNew/BodyModule/BodyModuleSystem.cs b/Assets/Scripts/FixSystemNew/BodyModule/BodyModuleSystem.cs index 14c4a4337..25796e0a7 100644 --- a/Assets/Scripts/FixSystemNew/BodyModule/BodyModuleSystem.cs +++ b/Assets/Scripts/FixSystemNew/BodyModule/BodyModuleSystem.cs @@ -61,7 +61,7 @@ namespace AibisDream.FixSystem // 处理内部索引 _bodyModuleGroup = transform.Find("Body Module Group")?.gameObject; - _headModuleGroup = transform.Find("Head Module Group")?.gameObject; + _headModuleGroup = transform.Find("Scalehandler")?.transform.Find("Head Module Group")?.gameObject; CableSystem = transform.Find("Cable System").GetComponent(); if (transform.Find("HeatMapController")) { diff --git a/Assets/Scripts/FixSystemNew/BodyModule/Modules/BodyModule.cs b/Assets/Scripts/FixSystemNew/BodyModule/Modules/BodyModule.cs index 2f9303ba1..535fc3427 100644 --- a/Assets/Scripts/FixSystemNew/BodyModule/Modules/BodyModule.cs +++ b/Assets/Scripts/FixSystemNew/BodyModule/Modules/BodyModule.cs @@ -59,7 +59,7 @@ namespace AibisDream.FixSystem _socketLeft = _socketPos.Find("Left"); _socketRight = _socketPos.Find("Right"); - _bodyModuleSystem = transform.parent.parent.GetComponent(); + _bodyModuleSystem = transform.parent.parent.parent.GetComponent(); if (targetSpriteRenderer == null) {