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

DOTween 본문

DOTween

보다 간편하게 애니메이션 효과를 적용시킬 수 있는 Asset 이다.

float, double, int, uint, long, ulong, Vector2/3/4, Quaternion, Rect, RectOffset, Color, string 등을 조작할 수 있다.

사용을 위해서는 네임스페이스 등록을 해줘야 한다. --> using DG.Tweening;

일반적인 코드와 단축코드가 존재한다.

 


사용하는 방법 정리.

1
m.blog.naver.com/PostView.nhn?blogId=saya83&logNo=220624615753&proxyReferer=https:%2F%2Fwww.google.com%2F

 

unity Dotween 예제 모음

기본적으로 Plugin이 있어야 함.http://dotween.demigiant.com/download.php DOTween - Downloadsdotw...

blog.naver.com

2
postpiglet.netlify.app/posts/unity-dotween/

 

DoTween 사용법 정리 - postpiglet-blog

DoTween 사용법 정리 그냥, 단순 Dotween 참고문서 보고 정리한것. 아직 Doteen사용 해보진 않았지만, 나중에 사용할 때 도움될까봐.. #DoTween쓰게 된 이유 원래 저번 프로젝트 떄는 leanTweeen사용했는데,

postpiglet.netlify.app

 

 


Ref. 정규문서

1 dotween.demigiant.com/getstarted.php

 

DOTween - Get Started

Before anything else Step 1 Download DOTween and unzip it anywhere in your Unity Assets folder (just not inside the Editor, Plugins or Resources directories). Setup After importing a new DOTween update, you have to setup DOTween in order to import/re-impor

dotween.demigiant.com

2 dotween.demigiant.com/documentation.php

 

DOTween - Documentation

Nomenclature Tweener A tween that takes control of a value and animates it. Sequence A special tween that, instead of taking control of a value, takes control of other tweens and animates them as a group. Tween A generic word that indicates both a Tweener

dotween.demigiant.com

3

 

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

Deep Link 처리 순서  (0) 2021.02.22
Deep Link for Unity ( Setting Up )  (2) 2021.02.22
변수 형변환  (0) 2021.02.10
Resources  (0) 2021.02.10
OnMouse~ 이벤트  (0) 2021.01.30
Comments