File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments