Skip to content

FronkonGames/GameWork-Tween

Repository files navigation

Tween / Easing Module


version license top language

Features 🎇

  • Fluent API.
  • Unity Transform extensions.
  • Coroutine support.

Requisites 🔧

Installation 📦️

Editing your 'manifest.json'

  • 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"
  }
  ...
}

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

Use 🚀

TODO.

License 📜

Code released under MIT License.

"Super Star (Super Mario Bros)" by Anthony Yanez is licensed under CC by 4.0.