Code Driven Animations In DoTween (Free Asset Tutorial / Devlog)

Uploaded by Thousand Ant
Share: Twitter Facebook
In this tutorial I demonstrated how I used the free DoTween Asset from the Unity Asset Store in my Untitled Cute Space game to create a robotic space apartment with an unfolding bed and automatic bathroom.

DoTween is a great free Unity asset that allows you to create simple animations and movements without using keyframes via code. I show in the video how I wrote a simple sequencer class to interact with DoTween and create the animated sequences in my space house.

You can find the link to the asset on the asset store here: https://assetstore.unity.com/packages/tools/animation/dotween-hotween-v2-27676

---

Learn Unity and game development with experienced indie game developers. Subscribe for tutorials, devlogs, and gamedev advice uploaded weekly.

Visit us on Discord, ask questions and share your work: https://discord.gg/AGHZvCf

Follow us on Twitter: https://twitter.com/thousandant

Visit our website: http://thousandant.com

Timestamps:
Code Driven Animations In DoTween
0:59 What is DoTween?
2:08 How I Used DoTween in My Game
3:30 Using DoTween with Scriptable Objects Architecture
5:35 The TweenSequencer Script
9:50 DoTween User Review