https://github.com/AbdurRafay-Nasir/Tween-Kit
Enhance DOTween with Tween Kit: Seamless, modular components for effortless Tweening.
https://github.com/AbdurRafay-Nasir/Tween-Kit
animation game-development game-feel modular tween tweening unity unity-editor unity-package unity2d unity3d unity3d-plugin
Last synced: 6 months ago
JSON representation
Enhance DOTween with Tween Kit: Seamless, modular components for effortless Tweening.
- Host: GitHub
- URL: https://github.com/AbdurRafay-Nasir/Tween-Kit
- Owner: AbdurRafay-Nasir
- License: other
- Created: 2024-01-24T16:31:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T18:35:11.000Z (about 1 year ago)
- Last Synced: 2024-11-12T17:25:48.020Z (7 months ago)
- Topics: animation, game-development, game-feel, modular, tween, tweening, unity, unity-editor, unity-package, unity2d, unity3d, unity3d-plugin
- Language: C#
- Homepage:
- Size: 1.58 MB
- Stars: 21
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- anything_about_game - Tween-Kit
README
# Tween Kit
Enhance DOTween with Tween Kit: Seamless, modular components for effortless Tweening.## Contents
- [Features](#features)
- [Highlights](#highlights)
- [Prerequisite](#prerequisite)
- [Installation](#installation)
- [Demos](#demos)
- [Creating New Components](#creating-new-components)
- [Author](#author)## Features
- 25 Fully Modular Components
- Preview tweens without entering play mode
- Edit and view paths in scene view
- Helpful messages within inspector
- Utility classes for generating Catmull-Rom and Cubic Bezier Splines
- Easily create your own compoents using custom script templates## Author
- Abdur Rafay Nasir
- [LinkedIn/Abdur-Rafay-Nasir](https://www.linkedin.com/in/abdur-rafay-nasir/)
- [Github/AbdurRafay-Nasir](https://github.com/AbdurRafay-Nasir)## Highlights



## Path Manipulation
### Create Segment
### Insert Segment
### Delete Segment
## Prerequisite
- [DOTween](https://assetstore.unity.com/packages/tools/animation/dotween-hotween-v2-27676)
- DOTween asmdef (Tools -> Demigiant -> DOTween Utility Panel -> Create ASMDEF)## Installation
- Add [Tween Kit Package](tweenkit.unitypackage) in your project
- There will be some errors, ignore them. Add DOTween asmdef reference in Assets/Plugins/Tween Kit/Runtime/abdurrafay.tweenkit.asmdef (Remove any previous references)## Demos
https://github.com/AbdurRafay-Nasir/DOTween-Modular/assets/145528502/2620ec8c-928d-4d7c-9d01-5acf02c5b774https://github.com/AbdurRafay-Nasir/DOTween-Modular/assets/145528502/bdc1e2aa-2b23-4165-ada6-b253874bef6b
## Creating New Components

















