Creating smooth animations in Unity is simple with DOTween. Just with one line of code, you can have an object move back and forth with any easing type you select. You can move, rotate, scale, and shake objects, as well as fade colors and lights, make UI animations, and so on. Animating with DOTween is a lot faster than the classic Animator workflow and it is more convenient for programmers. But there is still a place for classic Animator, for example when animating characters.
DOTween Package - https://assetstore.unity.com/packages...
👍 Like and 🔔Subscribe for More Unity and C# Tutorials / @freedomcoding
🌟 Support My Work and Unlock Exclusive Content! 🌟
👉 Patreon: / freedomcoding
🎮 Join Our Developer Community!
💬 Discord: / discord
💖 Support Me Financially
☕ PayPal, Revolut: [email protected]
Are you looking for a Unity/C# tutor? Contact me here - [email protected]
Website - https://www.freedom-coding.com
Timestamps:
00:00 Why Should I Use DOTween?
00:24 Installing DOTween
00:49 Moving Objects
02:05 Easing - Smooth Animations
02:35 Rotating Objects
03:46 Sequencing Animations
06:10 Shaking Position
06:30 Sequence Delay
07:06 More Functionality of DOTween!
07:42 Awaiting Animations (Tweens)
09:53 Conclusion + Bonus