Fix : CustomRetargetingScriptEditor 컴파일 에러 수정 (잘못된 else 블록 제거)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e4ca30b98a
commit
88ea6a072d
@ -216,10 +216,6 @@ namespace KindRetargeting
|
||||
foldout.Add(smoothField);
|
||||
|
||||
foldout.Add(new HelpBox("힙 높이 보정은 '바닥 높이 조정' 섹션의 floorHeight로 제어합니다.", HelpBoxMessageType.Info));
|
||||
else
|
||||
{
|
||||
foldout.Add(new HelpBox("FootGroundingController 컴포넌트를 찾을 수 없습니다.", HelpBoxMessageType.Warning));
|
||||
}
|
||||
|
||||
return foldout;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user