Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-sb/uianimation
Simply set unity3d UI animation in inspector. Include some common effect.
https://github.com/mr-sb/uianimation
animation tools tween ui unity
Last synced: 10 days ago
JSON representation
Simply set unity3d UI animation in inspector. Include some common effect.
- Host: GitHub
- URL: https://github.com/mr-sb/uianimation
- Owner: Mr-sB
- License: mit
- Created: 2020-03-26T06:46:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T02:31:43.000Z (about 2 years ago)
- Last Synced: 2024-08-02T05:13:15.895Z (4 months ago)
- Topics: animation, tools, tween, ui, unity
- Language: C#
- Size: 285 KB
- Stars: 30
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UIAnimation
Simply set unity3d UI animation in inspector. Include some common effects.# Usage
## ButtonAnim
Add `ButtonAnim` to a GameObject, then you can set animation status in inspector. Animation will play when pointer click and release. Also apply to 3D GameObject if the 3D GameObject has `Collider` component and your camera which render 3d game object added `PhysicRaycaster` component.## UIDOTween
Add `UIDOTween` to an UI GameObject, then you can set Open and Close animation status in inspector. You can call `DoStartTween` and `DoCloseTween` methods to play Open and Close animation.![image](Screenshots/Inspector.png)
# Note
All animations are require [DOTween](http://dotween.demigiant.com/) plugin.