Merge branch 'develop' into bugfix/内存问题

This commit is contained in:
2026-03-27 16:32:27 +08:00
769 changed files with 116909 additions and 56317 deletions
@@ -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)
{