Tween Easy is a simple animation tool for Unity. It's based on DOTween and gives you seven common animation types that you can set up right in the Inspector - no code needed.Tween Easy is a simple animation tool for Unity. It's based on DOTween and gives you seven common animation types that you can set up right in the Inspector - no code needed. Perfect for when you want to create animations without writing code, and designers can use it without needing a programmer.Documentation | Animation System | Animation TimelineWhat is TweenEasy?Basically, TweenEasy wraps DOTween into something you can actually use without writing code. Here's what it does:No-Code Setup: Everything happens in the Inspector - just click and configurePreview in Editor: Test your animations without hitting Play Mode (saves a lot of time)Seven Animation Types: Position, Rotation, Scale, Color, Shader, Light, and Component Property tweens - covers most of what you'll needTimeline Editor: There's a visual timeline if you want to see how everything lines upFull Control: All the usual stuff - timing, easing, loops, delays, you name itComponent Property Tween is one of the most powerful features in TweenEasy! It can tween almost any property value on any component in Unity. This means you can animate:Custom component propertiesUI element values (sliders, scrollbars, etc.)Audio source properties (volume, pitch, etc.)Camera properties (field of view, etc.)Material properties (even on non-shared materials)Any numeric property on any MonoBehaviour or ComponentEven your own script component values - if you wrote a custom script with public properties, you can animate them!This flexibility makes Component Property Tween incredibly versatile - if you can access a property in code, you can probably animate it with Component Property Tween!Why Use It?Designers Can Use It: Seriously, no coding needed. Just drag, drop, and configureFast Iteration: Preview in the Editor means you don't waste time entering Play Mode constantlyMultiple Tweens: You can stack as many animations as you want on one objectIt's Fast: Uses DOTween directly, so there's no performance overheadPlays Nice with PathEasy: If you're using PathEasy, they work together without issuesSystem RequirementsUnity 2020.3 or newerDOTween (the free version works fine, Pro too if you have it)TextMeshPro (only needed if you're animating UI text)



