Tweenslator UI
Tweenslator UI is an animation tool for Unity that lets you easily create, edit, and manage Tween-based animations.

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. $14.95
- Category:
- Tools › Animation
- Developer:
- Str8lines
- Price:
- $14.95
- Supported Unity Versions:
- 2021.3.16 or higher
- Current Version:
- 1.0.0
- Download Size:
- 4.67 MB
- Last Update:
- May 27, 2024
- Description:
- Tweenslator UI is a user-friendly animation tool that allows you to create, edit, and manage UI animations without requiring coding skills. The tool comes with a component that provides a friendly interface for creating and managing animations. For those who prefer coding, an API is also available. The tool relies on a tween engine and is compatible with DOTween and LeanTween.
The tool offers various effects, including Move, Fade, Scale, and Rotate, and allows you to create animations that can be played on game start, looped, paused, resumed, completed, or stopped. Each effect requires defining or selecting a delay, duration, and easing function. Additionally, every animation has a UnityEvent for its start, loop, and end events.
The UIAnimator component enables you to create, list, control, and delete animations. The package includes two demo scenes, which are optional and can be removed from your project if you plan to publish. The package also includes a PDF version of the documentation for further details. - Technical Details:
- Available effects:
• Move
• Fade
• Scale
• Rotate
You can make animations:
• Play On Game Start
• Loop
• Pause
• Resume
• Complete
• Stop
For every effect, a delay, duration, and easing function have to be defined or selected. Every animation has a UnityEvent for its start, loop, and end events.
Notes:
• Two versions of the same demo scene are provided in the package. They are totally optional and the "Demos" folder should be removed from your project if you intend to publish.
• If you experience error messages right from the start, try setting the api compatibility level in the project settings to .Net standard 2.1 - Continue »