fix(fixsystem): BodyModule 层级适配 Scalehandler
Made-with: Cursor
This commit is contained in:
@@ -59,7 +59,7 @@ namespace AibisDream.FixSystem
|
||||
_socketLeft = _socketPos.Find("Left");
|
||||
_socketRight = _socketPos.Find("Right");
|
||||
|
||||
_bodyModuleSystem = transform.parent.parent.GetComponent<BodyModuleSystem>();
|
||||
_bodyModuleSystem = transform.parent.parent.parent.GetComponent<BodyModuleSystem>();
|
||||
|
||||
if (targetSpriteRenderer == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user