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.
lz 7cd7e46c7a
更新了Json解析组件,优化了退出进入模式
6 years ago
..
Editor 更新了Json解析组件,优化了退出进入模式 6 years ago
DOTweenAnimation.cs 更改根目录结构 6 years ago
DOTweenAnimation.cs.meta 更新了Json解析组件,优化了退出进入模式 6 years ago
DOTweenPro.XML 更改根目录结构 6 years ago
DOTweenPro.XML.meta 更新了Json解析组件,优化了退出进入模式 6 years ago
DOTweenPro.dll 更改根目录结构 6 years ago
DOTweenPro.dll.meta 更新了Json解析组件,优化了退出进入模式 6 years ago
Editor.meta 更改根目录结构 6 years ago
readme.txt 更改根目录结构 6 years ago
readme.txt.meta 更新了Json解析组件,优化了退出进入模式 6 years ago

readme.txt

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

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

- After importing a new DOTween update, select DOTween's Utility Panel from the Tools menu (if it doesn't open automatically) and press the "Setup DOTween..." button to set up additional features based on your Unity version.
Do this AFTER you have imported other plugins, so they will be recognized and if DOTween has additional features for those plugins they will be imported.

// 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/

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

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