테스트를 하기 위해서는 최대한 간략하게 기능만 봐야한다. 새로운 씬 만들기 0. 캐릭터 생성 및 건 피봇, 건 생성하기 1. IK를 사용하려면 먼저 캐릭터에 애니메이터에서 IK를 체크를 해줘야한다,. 틀린방법 { 2. 캐릭터와 총을 새로운 게임오브젝트에 자식으로 넣고 IKTest 스크립터(IK 테스트를 할)를 넣어준다. } 3. 스크립터를 작성하고, 핸들에 손을 붙여준다.. using System.Collections; using System.Collections.Generic; using UnityEngine; public class IKTest : MonoBehaviour { public Animator anim; public Transform leftHandMount; public Transform..