From 58a47386a711746d17c5c66ac897a53f7a4aad4b Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 13 Oct 2020 07:02:26 +0800 Subject: +samurai & ninja animations --- Assets/ThirdParty/Demigiant/readme_DOTweenPro.txt | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Assets/ThirdParty/Demigiant/readme_DOTweenPro.txt (limited to 'Assets/ThirdParty/Demigiant/readme_DOTweenPro.txt') diff --git a/Assets/ThirdParty/Demigiant/readme_DOTweenPro.txt b/Assets/ThirdParty/Demigiant/readme_DOTweenPro.txt new file mode 100644 index 00000000..40a976f5 --- /dev/null +++ b/Assets/ThirdParty/Demigiant/readme_DOTweenPro.txt @@ -0,0 +1,24 @@ +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. + +// 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 -- cgit v1.1-26-g67d0