Skip to content

Commit fce3ae2

Browse files
committed
Update README
1 parent e94e535 commit fce3ae2

File tree

2 files changed

+28
-12
lines changed

2 files changed

+28
-12
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
**UTween** is an interpolation animation component for **Unity**. You can quickly configure animations through built-in components or write animations through code.
66

77
![license](https://img.shields.io/github/license/ls9512/UTween)
8-
[![Release Version](https://img.shields.io/badge/release-1.0.1-red.svg)](https://github.com/ls9512/UTween/releases)
8+
[![openupm](https://img.shields.io/npm/v/com.ls9512.utween?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.ls9512.utween/)
9+
[![Release Version](https://img.shields.io/badge/release-1.0.2-red.svg)](https://github.com/ls9512/UTween/releases)
910
![topLanguage](https://img.shields.io/github/languages/top/ls9512/UTween)
1011
![size](https://img.shields.io/github/languages/code-size/ls9512/UTween)
1112
![last](https://img.shields.io/github/last-commit/ls9512/UTween)
@@ -22,7 +23,7 @@
2223
* 1.1. [Features](#Features)
2324
* 1.2. [Environment](#Environment)
2425
* 1.3. [Preview](#Preview)
25-
* 1.4. [Install](#Install)
26+
* 1.4. [Installation](#Installation)
2627
* 2. [ Parameter](#Parameter)
2728
* 3. [Built-in Function](#Built-inFunction)
2829
* 3.1. [Core](#Core)
@@ -100,11 +101,18 @@ Built-in curve path editor:
100101
<img src="/Res/UTween_PathEditor.gif"/>
101102
</div>
102103

103-
### 1.4. <a name='Install'></a>Install
104-
* 1. Get the full latest version of the repository
105-
* 2. Delete unnecessary extensions in the `/Extension` folder
106-
* 3. Decide if you need to delete the `/Example` directory
107-
* 4. Copy the entire folder to `Assets/Plugins/`
104+
### 1.4. <a name='Installation'></a>Installation
105+
* 1. Download the latest [release](https://github.com/ls9512/UTween/releases) version of unitypackage.
106+
* 2. Install via [OpenUPM](https://github.com/openupm/openupm):
107+
```
108+
openupm add com.ls9512.utween
109+
```
110+
* 3. Install via [Unity Package Manager - Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html):
111+
```
112+
"com.ls9512.utween": "git+https://github.com/ls9512/utween"
113+
```
114+
* 4. Download the repository source code and install it manually.
115+
* 5. May be released to AssetStore in the future.
108116

109117
## 2. <a name='Parameter'></a> Parameter
110118
* **From**: Starting value for interpolation

README_CN.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77

88
![license](https://img.shields.io/github/license/ls9512/UTween)
9-
[![Release Version](https://img.shields.io/badge/release-1.0.1-red.svg)](https://github.com/ls9512/UTween/releases)
9+
[![openupm](https://img.shields.io/npm/v/com.ls9512.utween?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.ls9512.utween/)
10+
[![Release Version](https://img.shields.io/badge/release-1.0.2-red.svg)](https://github.com/ls9512/UTween/releases)
1011
![topLanguage](https://img.shields.io/github/languages/top/ls9512/UTween)
1112
![size](https://img.shields.io/github/languages/code-size/ls9512/UTween)
1213
![last](https://img.shields.io/github/last-commit/ls9512/UTween)
@@ -102,10 +103,17 @@
102103
</div>
103104

104105
### 1.4. <a name='-1'></a>插件安装
105-
* 1. 获取该仓库的完整最新版本
106-
* 2. 删除 `/Extension` 文件夹中不需要的扩展
107-
* 3. 自行决定是否需要删除 `/Example` 目录
108-
* 4. 拷贝整个文件夹至 `Assets/Plugins/`
106+
* 1.通过最新的 [release](https://github.com/ls9512/UTween/releases) 版本的 unitypackage 安装。
107+
* 2.通过 [OpenUPM](https://github.com/openupm/openupm) 安装:
108+
```
109+
openupm add com.ls9512.utween
110+
```
111+
* 3.通过 [Unity Package Manager - Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html)安装:
112+
```
113+
"com.ls9512.utween": "git+https://github.com/ls9512/utween"
114+
```
115+
* 4.下载仓库源码手动安装。
116+
* 5.未来可能发布到 AssetStore。
109117

110118
## 2. <a name='-1'></a> 参数定义
111119
* **From**: 插值的起始值

0 commit comments

Comments
 (0)