diff --git a/README.md b/README.md
index a965c0e..628aca3 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,12 @@ Reverse mask for uGUI element in Unity.
[](https://github.com/mob-sakai/UnmaskForUGUI/releases)
[](https://github.com/mob-sakai/UnmaskForUGUI/releases)

-[](https://github.com/mob-sakai/UnmaskForUGUI/blob/master/LICENSE.txt)
+[](https://github.com/mob-sakai/UnmaskForUGUI/blob/upm/LICENSE.txt)
[](http://makeapullrequest.com)
-<< [Description](#Description) | [WebGL Demo](#demo) | [Download](https://github.com/mob-sakai/UnmaskForUGUI/releases) | [Usage](#usage) >>
+<< [Description](#Description) | [WebGL Demo](#demo) | [Download](https://github.com/mob-sakai/UnmaskForUGUI/releases) | [Install](#install) | [Usage](#usage) >>
-### What's new? [See changelog ](https://github.com/mob-sakai/UnmaskForUGUI/blob/develop/CHANGELOG.md)
+### What's new? [See changelog ](https://github.com/mob-sakai/UnmaskForUGUI/blob/upm/CHANGELOG.md)
### Do you want to receive notifications for new releases? [Watch this repo ](https://github.com/mob-sakai/UnmaskForUGUI/subscription)
@@ -29,8 +29,8 @@ Unmask provides the following features:
| Component | Features | Screenshot |
|-|-|-|
-|**Unmask**|Reverse masking for parent Mask component.
**Auto Fit Target:** Fit graphic's transform to target transform on LateUpdate.
**Show Unmask Graphic:** Show the graphic that is associated with the unmask render area.|
|
-|**UnmaskRaycastFilter**|The ray Passes through the unmasked rectangle.
You can click on the unmasked button on the back side.|
|
+|**Unmask**|Reverse masking for parent Mask component.
**Fit Target / Fit On Late Update:** Fit graphic's transform to target transform on LateUpdate.
**Only For Children:** Unmask affects only for children.
**Show Unmask Graphic:** Show the graphic that is associated with the unmask render area.|
|
+|**UnmaskRaycastFilter**|The ray Passes through the unmasked rectangle.
You can click on the unmasked button on the back side.|
|
@@ -43,6 +43,31 @@ Unmask provides the following features:
+
+## Install
+
+#### Using UnityPackageManager (for Unity 2018.3+)
+
+Find the manifest.json file in the Packages folder of your project and edit it to look like this:
+```js
+{
+ "dependencies": {
+ "com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0",
+ ...
+ },
+}
+```
+To update the package, change `#1.1.0` to the target version.
+Or, use [UpmGitExtension](https://github.com/mob-sakai/UpmGitExtension).
+
+#### Using .unitypackage file (for Unity 5.5+)
+
+Download `*.unitypackage` from [Releases](https://github.com/mob-sakai/UnmaskForUGUI/releases) and import the package into your Unity project.
+Select `Assets > Import Package > Custom Package` from the menu.
+
+
+
+
## Usage
@@ -99,4 +124,4 @@ Unmask provides the following features:
* Releases : https://github.com/mob-sakai/UnmaskForUGUI/releases
* Issue tracker : https://github.com/mob-sakai/UnmaskForUGUI/issues
* Current project : https://github.com/mob-sakai/UnmaskForUGUI/projects/1
-* Change log : https://github.com/mob-sakai/UnmaskForUGUI/blob/master/CHANGELOG.md
+* Change log : https://github.com/mob-sakai/UnmaskForUGUI/blob/upm/CHANGELOG.md