File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed 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
14
14
- ** [ New] ** Type finding by fuzzy finder.
15
15
- ** [ New] ** Override the type name and path by the ` AddTypeMenu ` attribute.
16
16
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
+
17
42
## 🔰 Usage
18
43
19
44
``` cs
@@ -93,4 +118,4 @@ The `SubclassSelector` attribute supports types that meet the following conditio
93
118
- Not abstract
94
119
- Not generic
95
120
- 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