https://github.com/fronkongames/gamework-tween
Tween / Easing module.
https://github.com/fronkongames/gamework-tween
easing gamedev gamedev-framework gamedev-library gamedevelopment indiedev tween unity unity3d
Last synced: 3 months ago
JSON representation
Tween / Easing module.
- Host: GitHub
- URL: https://github.com/fronkongames/gamework-tween
- Owner: FronkonGames
- License: mit
- Created: 2022-05-15T20:37:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T22:15:35.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T16:19:09.163Z (5 months ago)
- Topics: easing, gamedev, gamedev-framework, gamedev-library, gamedevelopment, indiedev, tween, unity, unity3d
- Language: C#
- Homepage:
- Size: 1.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Tween / Easing Module
## Features 🎇
- Fluent API.
- Unity Transform extensions.
- Coroutine support.## Requisites 🔧
- Unity 2021.2 or higher.
- [Game:Work Core](https://github.com/FronkonGames/GameWork-Core).
- [Game:Work Foundation](https://github.com/FronkonGames/GameWork-Foundation).
- Test Framework 1.1.31 or higher.## Installation 📦️
### Editing your 'manifest.json'
- Open the manifest.json file of your Unity project.
- In the section "dependencies" add:```c#
{
...
"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"
}
...
}
```### Git
First clone the dependencies inside your Assets folder:
```
git clone https://github.com/FronkonGames/GameWork-Foundation.gitgit clone https://github.com/FronkonGames/GameWork-Core.git
```Then clone the repository:
```
git clone https://github.com/FronkonGames/GameWork-Tween.git
```## Use 🚀
TODO.
## License 📜
Code released under [MIT License](https://github.com/FronkonGames/GameWork-Scene-Module/blob/main/LICENSE).
["Super Star (Super Mario Bros)"](https://skfb.ly/6zQLq) by Anthony Yanez is licensed under [CC by 4.0](http://creativecommons.org/licenses/by/4.0/).