All-in-One Solution for Indie Game Development · Empowering Indie Developers' Dreams
Game Frame X DOTween is a DOTween integration package for the GameFrameX framework. DOTween is a Unity animation plugin for creating tween animations.
This library primarily serves as a submodule for GameFrameX.
- Added
link.xmlstripping filter
- Unity 2018.4 or higher
Choose one of the following methods:
-
Add the following to your project's
manifest.jsonfile:{"com.gameframex.unity.demigiant.dotween": "https://github.com/AlianBlank/com.gameframex.unity.demigiant.dotween.git"} -
Use
Git URLin Unity's Package Manager:https://github.com/AlianBlank/com.gameframex.unity.demigiant.dotween.git -
Download the repository and place it in your Unity project's
Packagesdirectory. It will be loaded automatically.
- After importing, select DOTween's Utility Panel from the "Tools/Demigiant" menu and press "Setup DOTween..." to activate/deactivate Modules.
- In your code, add
using DG.Tweeningto each class where you want to use DOTween.
- DOTween Documentation: http://dotween.demigiant.com/documentation.php
- DOTween License: http://dotween.demigiant.com/license.php
- GameFrameX Documentation: https://gameframex.doc.alianblank.com
- Repository: https://github.com/GameFrameX/com.gameframex.unity.demigiant.dotween
- Issues: https://github.com/GameFrameX/com.gameframex.unity.demigiant.dotween/issues
DOTween and DOTween Pro are copyright (c) 2014-2018 Daniele Giardini - Demigiant. See LICENSE for details.