Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sampaiodias/UniTween
UniTween is a Tween framework for Unity that enables programmers and artists to create almost any kind of Tween in a workflow that is easy to learn, fun to use, and with great maintainability.
https://github.com/sampaiodias/UniTween
dotween odin tween unity
Last synced: 2 months ago
JSON representation
UniTween is a Tween framework for Unity that enables programmers and artists to create almost any kind of Tween in a workflow that is easy to learn, fun to use, and with great maintainability.
- Host: GitHub
- URL: https://github.com/sampaiodias/UniTween
- Owner: sampaiodias
- License: mit
- Created: 2018-03-22T13:31:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T17:01:00.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T05:15:57.715Z (5 months ago)
- Topics: dotween, odin, tween, unity
- Language: C#
- Homepage:
- Size: 17.3 MB
- Stars: 113
- Watchers: 18
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - UniTween - Tween framework (Easing)
README
Tweens with zero coding in a fast and maintainable workflow
UniTween is a powerful open-source tween framework for Unity built using DOTween and Odin Inspector
Note: the project is currently being revitalized targeting 2018.4 (and 2019.3+ later)
To see how it works, check the video demonstration clicking on the image below.
[![VideoDemo](https://i.imgur.com/o5mHYgK.png)](https://g.redditmedia.com/9AE7zanHgRsB0xVy-1Dnh-9ooWvVQpSXYLhBk0luxOk.gif?fm=mp4&mp4-fragmented=false&s=14bf19bb2ad19f0c9c380e0abc10aeac)## Requirements
* [Unity](https://unity3d.com/get-unity/download/archive) version 2018.4.x (support for 2019 is coming soon). Older versions may work but were not tested.
* [DOTween](https://assetstore.unity.com/packages/tools/animation/dotween-hotween-v2-27676) (Free or Pro) version 1.1.640 or higher
* [Odin - Inspector and Serializer](https://assetstore.unity.com/packages/tools/utilities/odin-inspector-and-serializer-89041) version 2.1.9.0 or higher
* Optional ([Extensions](https://github.com/sampaiodias/UniTween/wiki/Extensions)): TextMesh Pro, Post-Processing Stack v2## How To Install
* Import DOTween to your project (version 1.1.640 or higher)
* Import Odin - Inspector and Serializer to your project (version 2.1.9.0 or higher)
* Download the latest .unitypackage file [from the Releases folder](https://github.com/sampaiodias/UniTween/tree/master/Releases) and open it on your project.## Components available to tween
* AudioMixer
* AudioSource
* Camera
* CanvasGroup
* Graphic
* Image
* LayoutElement
* Light
* LineRenderer
* MeshRenderer
* Outline
* ParticleSystem (Experimental)
* RectTransform
* Rigidbody
* Rigidbody2D
* ScrollRect
* Slider
* SpriteRenderer
* Text
* TrailRenderer
* Transform
* PostProcessVolume ([Extension](https://github.com/sampaiodias/UniTween/wiki/Extensions))
* TextMeshPro ([Extension](https://github.com/sampaiodias/UniTween/wiki/Extensions))
* TextMeshProUGUI ([Extension](https://github.com/sampaiodias/UniTween/wiki/Extensions))## Special Thanks
* [DEMIGIANT](http://demigiant.com/) for creating DOTween and releasing a free version
* [Sirenix](http://sirenix.net) for their amazing support
* [LabTIME](http://www.labtime.ufg.br/)
* [Paullo Cesar "PC"](https://github.com/paullocesarpc)
* [Allan Oliveira](https://github.com/allanolivei)## License
**MIT License**
Copyright 2018 Lucas Sampaio Dias
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.