1. 将DOTween从原Plugins/DOTween迁移到Plugins/Demigiant/DOTween 2. 更新版本号解析逻辑,适配设备端压缩编码格式 3. 新增UI动画组件UIAnimator及其编辑器脚本 4. 优化主页设备列表项滑动菜单功能 5. 移除无用的VSCode编辑器包配置 6. 更新多语言文案修正末尾标点 7. 调整主页锁定超时配置为可配置项
31 lines
2.0 KiB
Plaintext
31 lines
2.0 KiB
Plaintext
DOTween and DOTween Pro are copyright (c) 2014-2026 Daniele Giardini - Demigiant
|
|
|
|
|
|
// IMPORTANT!!! /////////////////////////////////////////////
|
|
// Upgrading DOTween from versions older than 1.2.815 ///////
|
|
// or DOTween Pro older than 1.0.405 ////////////////////////
|
|
// (February 6 2026) ////////////////////////////////////////
|
|
-------------------------------------------------------------
|
|
1) Import the new version in the same folder as the previous one (Plugins/Demigiant), overwriting old files. A lot of errors will appear but don't worry.
|
|
2) Close and reopen Unity (and your project) without entering safe mode. 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 (Pro version only)
|
|
|
|
|
|
// 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.
|
|
- 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 (GitHub): https://github.com/Demigiant/dotween
|
|
Demigiant website: 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 |