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
没有合适的资源?快使用搜索试试~ 我知道了~
Unity3d C#实现UGUI ScrollRect的轮播图效果
共408个文件
meta:200个
png:132个
asset:21个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
5星 · 超过95%的资源 9 下载量 15 浏览量
2024-07-02
16:35:34
上传
评论
收藏 3.47MB 7Z 举报
温馨提示
建议先看说明:https://blog.csdn.net/qq_33789001/article/details/140130682 轮播功能是一种常见的页面组件,用于在页面中显示多张图片/素材并自动或手动进行切换,以提高页面的美观度和用户体验。主要的功能是:自动/手动切换;平滑的切换效果;导航指示器等。可惜Unity的UGUI系统里没有现成的实现该功能,所以这里直接基于ScrollRect来实现该组件功能。在上述功能上新增了无限轮播、鼠标悬停暂停轮播、鼠标拖拽轮播、竖向轮播等功能。实现的思路是基于UGUI的ScrollRect组件用于滑动效果,而其中的HorizontalLayoutGroup或者VerticalLayoutGroup对Content的内容进行排序,平滑的切换效果是使用移动的动画效果(插件DOTweenPro),其余的核心就是轮播的时候对Content的位置进行计算和移动。以下是部分实现的过程。工程基于Unity3d 2020.3.28f1c1版本实现。这里鼠标滑动的操作依托于ScrollRect组件,而鼠标进入取消轮播,鼠标移出恢复轮播。。
资源推荐
资源详情
资源评论
收起资源包目录
Unity3d C#实现UGUI ScrollRect的轮播图效果 (408个子文件)
ProjectSettings.asset 19KB
QualitySettings.asset 6KB
InputManager.asset 6KB
GraphicsSettings.asset 2KB
Physics2DSettings.asset 2KB
NavMeshAreas.asset 1KB
DynamicsManager.asset 1KB
UnityConnectSettings.asset 1002B
PackageManagerSettings.asset 1002B
EditorSettings.asset 969B
EditorUserSettings.asset 837B
AudioManager.asset 416B
AutoStreamingSettings.asset 379B
TagManager.asset 378B
VFXManager.asset 308B
TimeManager.asset 202B
VersionControlSettings.asset 188B
EditorBuildSettings.asset 160B
XRSettings.asset 158B
PresetManager.asset 146B
ClusterInputManager.asset 114B
DOTweenTextMeshPro.cs 59KB
DOTweenModuleUI.cs 40KB
DOTweenAnimationInspector.cs 38KB
DOTweenAnimation.cs 28KB
DOTweenModuleUnityVersion.cs 18KB
ImageSwiper.cs 16KB
DOTweenTk2d.cs 15KB
DOTweenModulePhysics.cs 14KB
DOTweenPreviewManager.cs 12KB
DOTweenModulePhysics2D.cs 11KB
DOTweenModuleAudio.cs 9KB
DOTweenModuleUtils.cs 6KB
DOTweenModuleSprite.cs 4KB
DOTweenProShortcuts.cs 4KB
tipNode.cs 1KB
DOTweenDeUnityExtended.cs 260B
DOTweenDeAudio.cs 260B
Assembly-CSharp-Editor.csproj 51KB
Assembly-CSharp.csproj 49KB
DemiEditor.dll 170KB
DOTween.dll 159KB
DOTweenEditor.dll 56KB
DOTweenProEditor.dll 33KB
DOTweenPro.dll 16KB
DemiLib.dll 12KB
Header.jpg 22KB
packages-lock.json 10KB
manifest.json 2KB
DOTweenAnimation_AdvancedSettings.lighting 2KB
DOTweenAnimation_BasicsSettings.lighting 2KB
DOTweenPathSettings.lighting 2KB
DOTween.dll.mdb 60KB
DemiEditor.dll.mdb 57KB
DOTweenEditor.dll.mdb 10KB
DOTweenProEditor.dll.mdb 5KB
DemiLib.dll.mdb 3KB
DOTweenPro.dll.mdb 3KB
img.png.meta 3KB
imgSel.png.meta 3KB
2.png.meta 3KB
9.png.meta 3KB
1.png.meta 3KB
6.png.meta 3KB
4.png.meta 3KB
5.png.meta 3KB
3.png.meta 3KB
7.png.meta 3KB
8.png.meta 3KB
dotweenpro_logo.png.meta 2KB
blackSquare.png.meta 1KB
whiteSquareAlpha80.png.meta 1KB
blueSquare.png.meta 1KB
ico_camera_border.png.meta 1KB
ico_camera.png.meta 1KB
tileBars_empty.png.meta 1KB
ico_play.png.meta 1KB
whiteDot_whiteBorderAlpha.png.meta 1KB
ico_alignTR.png.meta 1KB
ico_demigiant.png.meta 1KB
ico_star.png.meta 1KB
ico_alignCC.png.meta 1KB
ico_alignCL.png.meta 1KB
ico_play_border.png.meta 1KB
grid_dark.png.meta 1KB
whiteDot.png.meta 1KB
ico_alignHC.png.meta 1KB
ico_lock_open.png.meta 1KB
ico_alignBL.png.meta 1KB
ico_cog_border.png.meta 1KB
squareCorners03.png.meta 1KB
ico_alignL.png.meta 1KB
ico_end.png.meta 1KB
ico_alignT.png.meta 1KB
ico_ui_border.png.meta 1KB
tileBars_slanted_alpha.png.meta 1KB
ico_skull_border.png.meta 1KB
ico_comment_border.png.meta 1KB
squareBorderThickEmpty.png.meta 1KB
ico_alignBC.png.meta 1KB
共 408 条
- 1
- 2
- 3
- 4
- 5
十幺卜入
- 粉丝: 9679
- 资源: 54
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 时间复杂度与数据结构:算法效率的双重奏
- QT 简易项目 网络调试器(未实现连接唯一性) QT5.12.3环境 C++实现
- YOLOv3网络架构深度解析:关键特性与代码实现
- 2024 CISSP考试大纲(2024年4月15日生效)
- ACOUSTICECHO CANCELLATION WITH THE DUAL-SIGNAL TRANSFORMATION LSTM NETWORK
- 深入解析:动态数据结构与静态数据结构的差异
- YOLOv2:在YOLOv1基础上的飞跃
- imgview图片浏览工具v1.0
- Toony Colors Pro 2 2.2.5的资源
- Java项目:基于SSM框架+Mysql+Jsp实现的药品管理系统(ssm+B/S架构+源码+数据库)
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
前往页