728x90
Asset ๋ฐ Library ์ ํ ๊ธฐ์ค์ ์ ๋๋ฉ์ด์ Asset ํด์ธ DOTween๊ณผ iTween์ผ๋ก ์์๋ณด์.
1. ์ฑ๋ฅ
FPS(Frame Per Second)๋ก ๋ดค์ ๋ DOTween์ ์ฑ๋ฅ์ด ๊ฐ์ฅ ์ข๋ค.
์ถ์ฒ) DOTween ๊ณตํ
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 ์ฝ๋๊ฐ ๊ต์ฅํ ๊ฐ๊ฒฐํ๊ณ ์ง๊ด์ ์ด๋ค.
728x90
'๐ฎ 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] ์ ๋ํฐ ์ธ์ฆ์ํ ๊ณต๋ถ ๋ฐ ํฉ๊ฒฉ ํ (1) | 2023.05.31 |