From b1c776011566b8f7a16a9ab91a18c1627270b0c1 Mon Sep 17 00:00:00 2001 From: user Date: Tue, 19 May 2026 01:47:33 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20:=20HumanBoneRenamer=20GUID=20=EC=B6=A9?= =?UTF-8?q?=EB=8F=8C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Assets 사본(신버전 UIToolkit)과 com.yamo.unitytools 패키지 사본(구버전 IMGUI)이 동일 GUID 689308838c332a642889286c26f12e4e 공유. 네임스페이스가 달라 타입 충돌은 없고 GUID만 겹침. immutable 패키지는 수정 불가하므로 Assets 사본 meta GUID를 4f2a65d65a8948d786b8295020eefdc5로 교체(EditorWindow라 씬/프리팹 GUID 참조 위험 없음). Co-Authored-By: Claude Opus 4.7 (1M context) --- Assets/Scripts/Editor/BoneTools/HumanBoneRenamer.cs.meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Editor/BoneTools/HumanBoneRenamer.cs.meta b/Assets/Scripts/Editor/BoneTools/HumanBoneRenamer.cs.meta index ef1c98183..8d46c675d 100644 --- a/Assets/Scripts/Editor/BoneTools/HumanBoneRenamer.cs.meta +++ b/Assets/Scripts/Editor/BoneTools/HumanBoneRenamer.cs.meta @@ -1,2 +1,2 @@ fileFormatVersion: 2 -guid: 689308838c332a642889286c26f12e4e \ No newline at end of file +guid: 4f2a65d65a8948d786b8295020eefdc5 \ No newline at end of file