summaryrefslogtreecommitdiff
path: root/Assets/ThirdParty/Demigiant/DOTweenPro/readme.txt
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2022-03-10 14:07:40 +0800
committerchai <chaifix@163.com>2022-03-10 14:07:40 +0800
commit22891bf59032ba88262824255a706d652031384b (patch)
tree7595439ba9966c9402d37e37cee5e8cf098757d5 /Assets/ThirdParty/Demigiant/DOTweenPro/readme.txt
parent8b04ea73e540067f83870b61d89db4868fea5e8a (diff)
* move folder
Diffstat (limited to 'Assets/ThirdParty/Demigiant/DOTweenPro/readme.txt')
-rw-r--r--Assets/ThirdParty/Demigiant/DOTweenPro/readme.txt25
1 files changed, 0 insertions, 25 deletions
diff --git a/Assets/ThirdParty/Demigiant/DOTweenPro/readme.txt b/Assets/ThirdParty/Demigiant/DOTweenPro/readme.txt
deleted file mode 100644
index 8c5df374..00000000
--- a/Assets/ThirdParty/Demigiant/DOTweenPro/readme.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-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 \ No newline at end of file