|
5 | 5 | **UTween** is an interpolation animation component for **Unity**. You can quickly configure animations through built-in components or write animations through code.
|
6 | 6 |
|
7 | 7 | 
|
8 |
| -[](https://github.com/ls9512/UTween/releases) |
| 8 | +[](https://openupm.com/packages/com.ls9512.utween/) |
| 9 | +[](https://github.com/ls9512/UTween/releases) |
9 | 10 | 
|
10 | 11 | 
|
11 | 12 | 
|
|
22 | 23 | * 1.1. [Features](#Features)
|
23 | 24 | * 1.2. [Environment](#Environment)
|
24 | 25 | * 1.3. [Preview](#Preview)
|
25 |
| - * 1.4. [Install](#Install) |
| 26 | + * 1.4. [Installation](#Installation) |
26 | 27 | * 2. [ Parameter](#Parameter)
|
27 | 28 | * 3. [Built-in Function](#Built-inFunction)
|
28 | 29 | * 3.1. [Core](#Core)
|
@@ -100,11 +101,18 @@ Built-in curve path editor:
|
100 | 101 | <img src="/Res/UTween_PathEditor.gif"/>
|
101 | 102 | </div>
|
102 | 103 |
|
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. |
108 | 116 |
|
109 | 117 | ## 2. <a name='Parameter'></a> Parameter
|
110 | 118 | * **From**: Starting value for interpolation
|
|
0 commit comments