https://github.com/fabienjuif/unity-giggler
🤣 make your unity transforms giggle!
https://github.com/fabienjuif/unity-giggler
2d ease easing game giggle unity
Last synced: about 1 month ago
JSON representation
🤣 make your unity transforms giggle!
- Host: GitHub
- URL: https://github.com/fabienjuif/unity-giggler
- Owner: fabienjuif
- License: mit
- Created: 2019-12-02T15:06:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T10:29:12.000Z (over 6 years ago)
- Last Synced: 2025-11-30T03:38:21.024Z (6 months ago)
- Topics: 2d, ease, easing, game, giggle, unity
- Language: C#
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unity-giggler
> 🤣 make your unity transforms giggle!
## Installation
- Download all C# file into your game assets.
## Usage
- Add `Giggler` script to your GameObject
- Configure it
- Enjoy!
## Example
In this example the GameObject will:
1. move between values from -1 to 1 in both x and y axis every seconds
2. scale (x and y) between values from 0.5 and 1.5 every 0.5 second
## Notes
Take not that the easing function used into the Giggler comes from this repository: https://github.com/acron0/Easings