user
e4ca30b98a
Refactor : LimbWeightController, FingerShapedController를 Serializable 모듈로 전환
- LimbWeightController: MonoBehaviour → [Serializable] 모듈, CRS.limbWeight로 통합
- FingerShapedController: MonoBehaviour → [Serializable] 모듈, CRS.fingerShaped로 통합
- GetHand()를 FindObjectsOfType<LimbWeightController> → FindObjectsByType<CustomRetargetingScript>로 리팩토링
- HumanPoseHandler 라이프사이클을 Initialize/Cleanup 패턴으로 전환
- RetargetingControlWindow: 모든 GetComponent 호출을 CRS SO의 중첩 프로퍼티 경로로 변경
- RetargetingRemoteController: 직접 script.limbWeight/fingerShaped 접근으로 변경
- LimbWeightControllerEditor, FingerShapedControllerEditor 삭제
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 23:21:12 +09:00
..
2026-02-17 01:55:48 +09:00
2026-03-07 23:21:12 +09:00
2025-12-02 20:38:32 +09:00
2026-02-17 22:35:38 +09:00
2026-02-24 00:05:06 +09:00
2025-07-07 04:26:38 +09:00
2026-01-19 02:28:27 +09:00
2025-11-02 19:16:46 +09:00
2025-05-03 16:30:57 +09:00
2025-04-25 21:09:24 +09:00
2025-04-25 21:09:24 +09:00
2025-06-28 02:20:01 +09:00
2025-04-25 21:09:24 +09:00
2025-07-07 04:26:38 +09:00
2025-11-04 23:13:48 +09:00
2025-07-26 09:06:46 +09:00