From c299fe656b645cb430981590ab8e4fcff61c86c5 Mon Sep 17 00:00:00 2001 From: ls9512 <598914653@qq.com> Date: Fri, 19 Feb 2021 15:41:05 +0800 Subject: [PATCH] Update README --- README.md | 24 ++++++++++++++---------- README_CN.md | 24 ++++++++++++++---------- 2 files changed, 28 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 8787300..c210d0a 100644 --- a/README.md +++ b/README.md @@ -64,25 +64,29 @@ * Good chain programming support. ### 1.2. Environment -* Unity 2018.4.6f1 and above +* Unity 2019.4.3f1 and above * .Net 4.x ### 1.3. Preview Add components and use rich built-in animation and easing functions: -![](/Res/UTween_TwweenType_EaseType.gif) - +
+ +
Support each axis independent curve: -![](/Res/UTween_InspectorMultiCurve.png) - +
+ +
The editor previews the animation in real time, what you see is what you get: -![](/Res/UTween_EditorPreview.gif) - +
+ +
Built-in curve path editor: -![](/Res/UTween_PathEditor.gif) - +
+ +
### 1.4. Install * 1. Get the full latest version of the repository @@ -204,7 +208,7 @@ Animation configuration resource files based on `ScriptableObject` can be import *** ## 5. Performance Testing -* Test platform: i5-8500 / 16GB DDR4 2666 / GTX 950 / Unity 2019.4.6f1 +* Test platform: i5-8500 / 16GB DDR4 2666 / GTX 950 / Unity 2019.4.3f1 * 1000 GameObjects rely on the TweenAnimation/TweenPosition component to execute in the scene. In the editor mode, the Profier counts that each frame consumes 3.21ms of CPU time. Under the same environment and animation effects, DOTween is 2.51ms. * Except that the object pool is empty at startup, all required Tweener objects need to be created, as well as string-related operations. In most cases, the GC is 0. diff --git a/README_CN.md b/README_CN.md index b139bda..3ba6816 100644 --- a/README_CN.md +++ b/README_CN.md @@ -64,25 +64,29 @@ * 良好的链式编程支持。 ### 1.2. 环境要求 -* Unity 2018.4.6f1 及以上 +* Unity 2019.4.3f1 及以上 * .Net 4.x ### 1.3. 功能预览 添加组件,并使用丰富的内置动画和缓动函数: -![](/Res/UTween_TwweenType_EaseType.gif) - +
+ +
支持每个轴向独立曲线: -![](/Res/UTween_InspectorMultiCurve.png) - +
+ +
编辑器实时预览动画,所见即所得: -![](/Res/UTween_EditorPreview.gif) - +
+ +
内置曲线路径编辑器: -![](/Res/UTween_PathEditor.gif) - +
+ +
### 1.4. 插件安装 * 1. 获取该仓库的完整最新版本 @@ -204,7 +208,7 @@ Tweener 的编辑器类,用于在 **Inspector** 中配置动画,针对不同 *** ## 5. 性能测试 -* 测试平台 : i5-8500 / 16GB DDR4 2666 / GTX 950 / Unity 2019.4.6f1 +* 测试平台 : i5-8500 / 16GB DDR4 2666 / GTX 950 / Unity 2019.4.3f1 * 1000 个 GameObject 在场景中依赖 TweenAnimation/TweenPosition 组件执行,在编辑器模式下,Profier 统计每帧消耗CPU时间 3.21ms,同样环境和动画效果下 DOTween 为 2.51ms。 * 除了启动时对象池为空,需要创建所有需要的 Tweener 对象,以及字符串相关操作,大部分情况下 GC 为 0.