Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bian-sh/dotween-animation-provider
Dotween Extension for better preview experience
https://github.com/bian-sh/dotween-animation-provider
Last synced: 16 days ago
JSON representation
Dotween Extension for better preview experience
- Host: GitHub
- URL: https://github.com/bian-sh/dotween-animation-provider
- Owner: Bian-Sh
- License: mit
- Created: 2021-08-16T15:40:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T11:17:00.000Z (3 months ago)
- Last Synced: 2024-10-11T10:34:34.096Z (about 1 month ago)
- Language: C#
- Size: 7.86 MB
- Stars: 22
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotween Animation Provider
编辑器下无需运行即可预览 Dotween 动画的简易扩展,当然,如果想要更好的体验,可购买 Dotween Pro.
This is a very simple plugin for preview dotween animation in unity editor but without playing state needed. And for more experience pls buy yourself a dotween pro.
# 功能 / Feature
* 提供对游戏对象的 Postion 、 Rotation 、Deltasize 、 Color 补间动画的预览,当然扩展起来方便的一匹。
Provide Preview for tweening Postion 、 Rotation 、Deltasize 、 Color ,easily extension by yourself.* 组件式,按需挂载,可以组合实现复杂的功能
Component design in mind, mount on demand, can be combined to achieve complex functions.
* 提供多种预览方式。
There are several ways for previewing your tweener.# 动画 / Gifs
> Position 、Rotation 、 DeltaSize![](doc/Position-Rotate-DeltaSize.gif)
> ColorChange :Colorfade ,colorBlend
![Color Blend](doc/BlendColor.gif)
![Color Blend](doc/DoFade-ColorBlend.gif)
> Scrolling Number and color change
![](doc/ScrollNumber.gif)
> Preview manager on the root heirarchy node.
![](doc/Preview-All.gif)
> Loading effect for ``Text`` and ``TextMeshPro``, one ``TextLoadingAnimationProvider`` for them two.
![](doc/loading.gif)