Skip to content

Commit 1af4ffb

Browse files
authored
Update README.md
1 parent 7b99f23 commit 1af4ffb

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,31 @@ The `SubclassSelector` attribute allows you to easily set subclasses of those ab
1414
- **[New]** Type finding by fuzzy finder.
1515
- **[New]** Override the type name and path by the `AddTypeMenu` attribute.
1616

17+
## 📥 Installation
18+
19+
Download any version from releases.
20+
21+
Releases: https://github.com/mackysoft/Unity-SerializeReferenceExtensions/releases
22+
23+
#### Install via git URL
24+
25+
Or, you can add this package by opening PackageManager and entering
26+
27+
`https://github.com/mackysoft/Vision.git?path=Assets/MackySoft/MackySoft.SerializeReferenceExtensions`
28+
29+
from the `Add package from git URL` option.
30+
31+
32+
#### Install via Open UPM
33+
34+
Or, you can install this package from the [Open UPM](https://openupm.com/packages/com.mackysoft.serializereference-extensions/) registry.
35+
36+
More details [here](https://openupm.com/).
37+
38+
```
39+
openupm add com.mackysoft.vision
40+
```
41+
1742
## 🔰 Usage
1843

1944
```cs
@@ -93,4 +118,4 @@ The `SubclassSelector` attribute supports types that meet the following conditio
93118
- Not abstract
94119
- Not generic
95120
- Not unity object
96-
- Serializable attribute is applied.
121+
- Serializable attribute is applied.

0 commit comments

Comments
 (0)