docs: update readme
parent
02509f3054
commit
046ad2401a
|
@ -3,8 +3,6 @@ SoftMaskForUGUI
|
||||||
|
|
||||||
UI Soft Mask is a smooth masking component for Unity UI (uGUI) elements.
|
UI Soft Mask is a smooth masking component for Unity UI (uGUI) elements.
|
||||||
|
|
||||||
By using SoftMask instead of the default Mask component, you can beautifully represent the rounded edges of UI elements.
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
[](https://openupm.com/packages/com.coffee.softmask-for-ugui/)
|
[](https://openupm.com/packages/com.coffee.softmask-for-ugui/)
|
||||||
|
@ -23,8 +21,7 @@ By using SoftMask instead of the default Mask component, you can beautifully rep
|
||||||
<br><br><br><br>
|
<br><br><br><br>
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
SoftMask is a smooth masking component for uGUI elements in Unity.
|
By using SoftMask instead of the default Mask component, you can beautifully represent the rounded edges of UI elements.
|
||||||
By using SoftMask instead of default Mask, rounded edges of UI elements can be expressed beautifully.
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -77,7 +74,7 @@ By using SoftMask instead of default Mask, rounded edges of UI elements can be e
|
||||||
|
|
||||||
|
|
||||||
<br><br><br><br>
|
<br><br><br><br>
|
||||||
## Install
|
## Installation
|
||||||
|
|
||||||
#### Requirement
|
#### Requirement
|
||||||
|
|
||||||
|
@ -128,13 +125,15 @@ Or, use [UpmGitExtension](https://github.com/mob-sakai/UpmGitExtension) to insta
|
||||||
1. Open `Package Manager` window and select `UI Soft Mask` package in package list
|
1. Open `Package Manager` window and select `UI Soft Mask` package in package list
|
||||||
2. Click `Import in project` button
|
2. Click `Import in project` button
|
||||||

|

|
||||||
3. The demo will be imported into `Assets/Samples/UI Soft Mask/{version}/Demo`; open `UISoftMask_Demo` scene and play it
|
3. The demo will be imported into `Assets/Samples/UI Soft Mask/{version}/Demo`。
|
||||||
|
Open `UISoftMask_Demo` scene and play it
|
||||||
|
|
||||||
#### For Unity 2018.4 or earlier
|
#### For Unity 2018.4 or earlier
|
||||||
|
|
||||||
1. Select `Assets/Samples/UI Soft Mask Demo` from menu
|
1. Select `Assets/Samples/UI Soft Mask Demo` from menu
|
||||||

|

|
||||||
2. The demo will be imported into `Assets/Samples/UI Soft Mask/{version}/Demo`; open `UISoftMask_Demo` scene and play it
|
2. The demo will be imported into `Assets/Samples/UI Soft Mask/{version}/Demo`.
|
||||||
|
Open `UISoftMask_Demo` scene and play it
|
||||||
|
|
||||||
|
|
||||||
<br><br><br><br>
|
<br><br><br><br>
|
||||||
|
|
Loading…
Reference in New Issue