Vigyata.AI
Is this your channel?

DOTween Setup & First Animation in Unity | Beginner Tutorial (Part 1)

2.0K views· 30 likes· 2:14· Jul 7, 2025

Learn how to set up DOTween in Unity and create your first smooth animation using DOMove. In this first part of the DOTween tutorial series, we cover everything from importing the package to writing simple movement code for a cube. 🔧 What you'll learn: – How to install and set up DOTween – Using DOMove to animate objects – Writing clean, beginner-friendly animation code ⏱️ Timestamps: 00:00 Intro 00:20 DOTween setup in Unity 01:08 Writing the animation script 01:30 Using DOMove to move the object 01:41 How OnComplete works 🎮 Perfect for Unity beginners who want to add polished, professional animations to their games. 📁 Playlist: https://www.youtube.com/playlist?list=PLTBYgwZphpgZWgsSX4eQvRT7OfT_yoJ9X 📌 Don’t forget to like, comment, and subscribe for the next part! #unity #dotween #gamedev #unitytutorial

About This Video

In this first part of my DOTween tutorial series, I walk you through the full beginner setup so you can start creating smooth animations directly inside Unity. I show you where to find DOTween on the Unity Asset Store (it’s free), how to import it into your project, and what to do when the DOTween setup window pops up. That setup wizard is important because it configures the project settings behind the scenes so DOTween runs correctly and efficiently. After setup, I keep things simple with a cube in the scene and write our first animation script. I start by adding DOTween’s namespace, then inside Start() I use DOMoveX to move the object along the X-axis to a target position over a set duration. You’ll see the cube smoothly move five units to the right in two seconds. Then I upgrade it by chaining a second motion using OnComplete, so right after the first move finishes, the cube immediately moves upward. The main takeaway is how fast you can get polished movement, and how easy it is to build sequential animations by chaining tweens.

Frequently Asked Questions

🎬 More from Casayona Code