You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
coffee a66206409f 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
..
Editor 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
DOTweenAnimation.cs 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
DOTweenAnimation.cs.meta 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
DOTweenDeAudio.cs 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
DOTweenDeAudio.cs.meta 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
DOTweenDeUnityExtended.cs 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
DOTweenDeUnityExtended.cs.meta 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
DOTweenPro.Scripts.asmdef 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
DOTweenPro.Scripts.asmdef.meta 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
DOTweenPro.XML 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
DOTweenPro.XML.meta 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
DOTweenPro.dll 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
DOTweenPro.dll.meta 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
DOTweenProShortcuts.cs 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
DOTweenProShortcuts.cs.meta 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
DOTweenTextMeshPro.cs 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
DOTweenTextMeshPro.cs.meta 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
DOTweenTk2d.cs 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
DOTweenTk2d.cs.meta 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
Editor.meta 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
readme.txt 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago
readme.txt.meta 工具项目迁移:Unity版本从6000.0.25f1 => 6000.0.35f1 5 months ago

readme.txt

DOTween and DOTween Pro are copyright (c) 2014-2018 Daniele Giardini - Demigiant

// IMPORTANT!!! /////////////////////////////////////////////
// Upgrading DOTween from versions older than 1.2.000 ///////
// (or DOTween Pro older than 1.0.000) //////////////////////
-------------------------------------------------------------
If you're upgrading your project from a version of DOTween older than 1.2.000 (or DOTween Pro older than 1.0.000) please follow these instructions carefully.
1) Import the new version in the same folder as the previous one, overwriting old files. A lot of errors will appear but don't worry
2) Close and reopen Unity (and your project). This is fundamental: skipping this step will cause a bloodbath
3) Open DOTween's Utility Panel (Tools > Demigiant > DOTween Utility Panel) if it doesn't open automatically, then press "Setup DOTween...": this will run the upgrade setup
4) From the Add/Remove Modules panel that opens, activate/deactivate Modules for Unity systems and for external assets (like TextMesh Pro)

// GET STARTED //////////////////////////////////////////////

- After importing a new DOTween update, select DOTween's Utility Panel from the "Tools/Demigiant" menu (if it doesn't open automatically) and press the "Setup DOTween..." button to activate/deactivate Modules. You can also access a Preferences Tab from there to choose default settings for DOTween.

// VISUAL SCRIPTING (PRO ONLY)
- To animate a gameObject, select it and choose "Add Component > DOTween > DOTween Animation"
- To animate a gameObject along a path, select it and choose "Add Component > DOTween > DOTween Path"

// SCRIPTING
- In your code, add "using DG.Tweening" to each class where you want to use DOTween.
- You're ready to tween. Check out the links below for full documentation and license info.


// LINKS ///////////////////////////////////////////////////////

DOTween website (documentation, examples, etc): http://dotween.demigiant.com
DOTween license: http://dotween.demigiant.com/license.php
DOTween repository (Google Code): https://code.google.com/p/dotween/
Demigiant website (documentation, examples, etc): http://www.demigiant.com

// NOTES //////////////////////////////////////////////////////

- DOTween's Utility Panel can be found under "Tools > Demigiant > DOTween Utility Panel" and also contains other useful options, plus a tab to set DOTween's preferences