issues
search
handakim25
/
ProjectTitan
0
stars
0
forks
source link
Jump, Dash 실행 시에 캐릭터가 회전이 완료되지 않은 문제
#8
Closed
handakim25
closed
1 year ago
handakim25
commented
1 year ago
handakim25
commented
1 year ago
Attack에서도 동일한 현상이 발생한다. 통합적으로 처리할 것. 따라서 우선순위를 더 높이기로 했다.
handakim25
commented
1 year ago
해결방법
입력 방향을 저장할 것
각자의 상태에서 방향을 보간해서 정해둘 것
체크 리스트
idle 시에 Jump
idle 시에 Dash
Attack 실행 중
handakim25
commented
1 year ago
구현 방향
SetLastDirection을 저장
각자의 상태가 이를 반영한다.