An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

# unity-giggler
> 🤣 make your unity transforms giggle!


animated example

## Installation
- Download all C# file into your game assets.

## Usage
- Add `Giggler` script to your GameObject
- Configure it
- Enjoy!

## Example


simple 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