https://github.com/kwon1232/RPG_2D GitHub - kwon1232/RPG_2D: RPG_2DRPG_2D. Contribute to kwon1232/RPG_2D development by creating an account on GitHub.github.com 일단 Attack 애니메이션의 어느 부분에 타겟을 인지할 지 정해야 한다.이는 이벤트 트리거 스크립트를 이용하여 AttackTrigger() 함수를 바인딩해준다.public class Entity_AnimationTriggers : MonoBehaviour{ private Entity entity; private Entity_Combat entityCombat; private void Awake() ..