Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ls9512 committed Feb 24, 2021
1 parent e94e535 commit fce3ae2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 12 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
**UTween** is an interpolation animation component for **Unity**. You can quickly configure animations through built-in components or write animations through code.

![license](https://img.shields.io/github/license/ls9512/UTween)
[![Release Version](https://img.shields.io/badge/release-1.0.1-red.svg)](https://github.com/ls9512/UTween/releases)
[![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/)
[![Release Version](https://img.shields.io/badge/release-1.0.2-red.svg)](https://github.com/ls9512/UTween/releases)
![topLanguage](https://img.shields.io/github/languages/top/ls9512/UTween)
![size](https://img.shields.io/github/languages/code-size/ls9512/UTween)
![last](https://img.shields.io/github/last-commit/ls9512/UTween)
Expand All @@ -22,7 +23,7 @@
* 1.1. [Features](#Features)
* 1.2. [Environment](#Environment)
* 1.3. [Preview](#Preview)
* 1.4. [Install](#Install)
* 1.4. [Installation](#Installation)
* 2. [ Parameter](#Parameter)
* 3. [Built-in Function](#Built-inFunction)
* 3.1. [Core](#Core)
Expand Down Expand Up @@ -100,11 +101,18 @@ Built-in curve path editor:
<img src="/Res/UTween_PathEditor.gif"/>
</div>

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

## 2. <a name='Parameter'></a> Parameter
* **From**: Starting value for interpolation
Expand Down
18 changes: 13 additions & 5 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@


![license](https://img.shields.io/github/license/ls9512/UTween)
[![Release Version](https://img.shields.io/badge/release-1.0.1-red.svg)](https://github.com/ls9512/UTween/releases)
[![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/)
[![Release Version](https://img.shields.io/badge/release-1.0.2-red.svg)](https://github.com/ls9512/UTween/releases)
![topLanguage](https://img.shields.io/github/languages/top/ls9512/UTween)
![size](https://img.shields.io/github/languages/code-size/ls9512/UTween)
![last](https://img.shields.io/github/last-commit/ls9512/UTween)
Expand Down Expand Up @@ -102,10 +103,17 @@
</div>

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

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

0 comments on commit fce3ae2

Please sign in to comment.