Asset ๋ฐ Library ์ ํ ๊ธฐ์ค์ ์ ๋๋ฉ์ด์ Asset ํด์ธ DOTween๊ณผ iTween์ผ๋ก ์์๋ณด์.
DOTween (HOTween v2) | ์ ๋๋ฉ์ด์ ๋๊ตฌ | Unity Asset Store
Use the DOTween (HOTween v2) tool from Demigiant on your next project. Find this & more animation tools on the Unity Asset Store.
assetstore.unity.com
iTween | ์ ๋๋ฉ์ด์ ๋๊ตฌ | Unity Asset Store
Use the iTween tool from Pixelplacement on your next project. Find this & more animation tools on the Unity Asset Store.
assetstore.unity.com
1. ์ฑ๋ฅ
FPS(Frame Per Second)๋ก ๋ดค์ ๋ DOTween์ ์ฑ๋ฅ์ด ๊ฐ์ฅ ์ข๋ค.
์ถ์ฒ) DOTween ๊ณตํ
DOTween (HOTween v2)
DOTween is a fast, efficient, fully type-safe object-oriented animation engine for Unity, optimized for C# users, free and open-source, with tons of advanced features It is also the evolution of HOTween, my previous Unity tween engine. Compared to it, DOTw
dotween.demigiant.com
2. Update ๊ฐ ์์ฃผ ๋๋์ง
iTween์ ๋ง์ง๋ง ์ ๋ฐ์ดํธ๋ 2019๋ 4์
Dotween์ 2023๋ 8์ 11์ผ..!
3. ์ฐธ๊ณ ์๋ฃ๊ฐ ๋ง์์ง
google์ ๊ฒ์ํด๋ดค์ ๋, 2023๋ ๊ธฐ์ค ํ์ฌ ๊ฐ์ฅ ๋ง์ด ์ฌ์ฉํ๊ณ ์๋ ์ ๋๋ฉ์ด์ Asset Tool ์ DOTween ์์ ์ ์ ์๋ค.
4. ์ฌ์ฉํ๊ธฐ ์ฌ์ด์ง
// Move a transform to position 1,2,3 in 1 second
transform.DOMove(new Vector3(1,2,3), 1);
// Scale the Y of a transform to 3 in 1 second
transform.DOScaleY(3, 1);
// Pause a transform's tween
transform.DOPause();
DOTween ์ฝ๋๊ฐ ๊ต์ฅํ ๊ฐ๊ฒฐํ๊ณ ์ง๊ด์ ์ด๋ค.
'๐ฎ Unity Study > Unity' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Unity] ๋ณ๋ชฉํ์๊ณผ ๋ฉ๋ชจ๋ฆฌ ๊ด๋ฆฌ (0) | 2023.08.22 |
---|---|
[Unity] Garbage Collector (0) | 2023.08.21 |
[Unity] ํ๋ก์ ํธ ์ฑ๋ฅ ํ์ธ ์งํ, FPS(Frame Per Second) (0) | 2023.08.19 |
Unity HTTP ํต์ (UnityWebRequest, Get/Post, IMultipartFormSection) (1) | 2023.08.07 |
[Unity Associate Programmer] ์ ๋ํฐ ์ธ์ฆ์ํ ๊ณต๋ถ ๋ฐ ํฉ๊ฒฉ ํ (2) | 2023.05.31 |