백지부터 시작하는 이세계 코딩 생활

Animation Event 추가 (Clip, FBX) 본문

백지부터 시작하는 이세계 유니티 생활 since 2020

Animation Event 추가 (Clip, FBX)

조아덕 2020. 12. 26. 15:04
Animation Envet (Add)

제작된 애니메이션에서 특정 타이밍에 원하는 이벤트를 추가한다.
i.e ) 특정 모션에 원하는 효과나 구현하고자 하는 이벤트를 추가할 수 있다.

애니메이션 이벤트를 추가하는 두 가지 방법
1) 직접 만든 애니메이션에 이벤트를 추가하는 방법
2) 외부에서 Import한 애니메이션에 이벤트를 추가하는 방법

 

#1

애니메이션 클립 Dopesheet를 열고 왼쪽 빨강 박스를 통해 원하는 프레임에 추가할 수 있다.


#2

(직접 제작한 애니메이션이 아닌경우 1번과 같은 방법으로는 이벤트를 추가할 수 없다)


Ref.

1. themangs.tistory.com/entry/%EC%9C%A0%EB%8B%88%ED%8B%B0-%EC%95%A0%EB%8B%88%EB%A9%94%EC%9D%B4%EC%85%98-%ED%81%B4%EB%A6%BD-%EC%9D%B4%EB%B2%A4%ED%8A%B8-animation-clip-event

 

유니티 - 애니메이션 클립 이벤트 (animation clip event)

애니메이션 이벤트(Animation event) 이 기능은 애니메이션의 실행 도중, 원하는 시점에 원하는 함수를 호출할 수 있게 해준다. 이 애니메이션 이벤트를 사용하는 방법은 2가지가 있는데 FBX 모델과

themangs.tistory.com

 

2. docs.unity3d.com/Manual/script-AnimationWindowEvent.html

 

Unity - Manual: Using Animation Events

Objects with Multiple Moving Parts Using Animation Events You can increase the usefulness of Animation clipsAnimation data that can be used for animated characters or simple animations. It is a simple “unit” piece of motion, such as (one specific insta

docs.unity3d.com

 

 

'백지부터 시작하는 이세계 유니티 생활 since 2020' 카테고리의 다른 글

LivingEntity  (0) 2020.12.28
OnPointerDown  (0) 2020.12.28
Collider  (0) 2020.12.25
URP, Unity 2020.1.17  (0) 2020.12.25
Physics.OverlapSphere  (0) 2020.12.24
Comments