Tween / Easing Module
- Fluent API.
- Unity Transform extensions.
- Coroutine support.
- Unity 2021.2 or higher.
- Game:Work Core.
- Game:Work Foundation.
- Test Framework 1.1.31 or higher.
- Open the manifest.json file of your Unity project.
- In the section "dependencies" add:
{
...
"dependencies":
{
...
"FronkonGames.GameWork.Modules.Tween": "git+https://github.com/FronkonGames/GameWork-Tween.git",
"FronkonGames.GameWork.Core": "git+https://github.com/FronkonGames/GameWork-Core.git",
"FronkonGames.GameWork.Foundation": "git+https://github.com/FronkonGames/GameWork-Foundation.git"
}
...
}
First clone the dependencies inside your Assets folder:
git clone https://github.com/FronkonGames/GameWork-Foundation.git
git clone https://github.com/FronkonGames/GameWork-Core.git
Then clone the repository:
git clone https://github.com/FronkonGames/GameWork-Tween.git
TODO.
Code released under MIT License.
"Super Star (Super Mario Bros)" by Anthony Yanez is licensed under CC by 4.0.