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: 6 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-11-06T20:37:26.477Z (10 days ago)
- Topics: animation, tools, tween, ui, unity
- Language: C#
- Size: 285 KB
- Stars: 32
- 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.