K-Animator
Kansus Games Studio
$12.99
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
10/24(2022) |
12.99 |
11/16(2024) |
12.99 |
Jump AssetStore
Hassle-free tweening for your projects!👉 🎮 Demo | 📄 Documentation |🎬 Videos | 💬 Discord | 📩 EmailK-Animator is a flexible and extensible Unity asset for animating/tweening any game object, be it UI, 2D or a 3D object. Currently the asset can animate four properties of a game object: Position, Rotation, Scale and Fade.It is possible to specify three types of animations for each of these properties:In animation: Played when the object enters a context.Out animation: Played when the object leaves a context.Idle animation: Plays in loop in a ping-pong fashion.🕹️ Features🕹️ Heavily based on scriptable objects, which means that animations and configurations are stored in their own file, what makes then modular and reusable.Supports any game object type: UI, 2D or 3D.Delegates the actual animation to your favorite third-party tween system. By default, it supports three systems: iTween, LeanTween and DOTween. K-Animator comes bundled with iTween by default.Extremely easy to add support for new Tween Systems. Just implement an adapter to glue the new system to the K-Animator protocol.K-Animator Configuration file: A scriptable object that holds global parameters for the animators of a project, which provides you the ability to switch tween systems, change the global animation speed and show/hide logs.🕹️ Usage🕹️ To animate a game object with K-Animator, all you need do is:Add the animator component to the target game object;Create the desired animation scriptable object and configure its properties;Drag the scriptable object to the animator component;Start the animation by calling the animator component’s methods.>> Check out Kansus Games.🕹️ Support 🕹️If you have any comments, questions, or issues, please do not hesitate to email us at support@kansusgames.com. We will try to reply and help you as quickly as possible. You can also check the documentation, it will answer most questions.Heavily based on scriptable objectsUI, 2D or 3D supportedThird-party tween system delegationExtremely easy to add support for new Tween SystemsGlobal Configuration file