@@ -15,12 +15,18 @@ The `SubclassSelector` attribute allows you to easily set subclasses of those ab
15
15
- Easily set subclass by popup.
16
16
- ** [ New] ** Type finding by fuzzy finder.
17
17
- ** [ New] ** Override the type name and path by the ` AddTypeMenu ` attribute.
18
- - ** [ New] ** Restore values of previous object from JSON when subclass is changed.
19
- - ** [ New] ** Copy & Paste the subclass properties.
20
18
- ** [ New] ** Available ` CustomPropertyDrawer ` for subclasses.
19
+ - ** [ New] ** Restore values of previous object from JSON when subclass is changed. (required Unity 2021.3 or later)
20
+ - ** [ New] ** Copy & Paste the subclass properties. (required Unity 2021.3 or later)
21
+
22
+ > See below for the reason for the limitation of versions less than Unity 2021.3.
23
+ >
24
+ > https://blog.unity.com/engine-platform/serializereference-improvements-in-unity-2021-lts
21
25
22
26
## 📥 Installation
23
27
28
+ #### Install via ` .unitypackage `
29
+
24
30
Download any version from releases.
25
31
26
32
Releases: https://github.com/mackysoft/Unity-SerializeReferenceExtensions/releases
@@ -29,10 +35,17 @@ Releases: https://github.com/mackysoft/Unity-SerializeReferenceExtensions/releas
29
35
30
36
Or, you can add this package by opening PackageManager and entering
31
37
32
- ` https://github.com/mackysoft/Unity-SerializeReferenceExtensions.git?path=Assets/MackySoft/MackySoft.SerializeReferenceExtensions `
38
+ ```
39
+ https://github.com/mackysoft/Unity-SerializeReferenceExtensions.git?path=Assets/MackySoft/MackySoft.SerializeReferenceExtensions
40
+ ```
33
41
34
42
from the ` Add package from git URL ` option.
35
43
44
+ If you are specifying a version, enter ` #{VERSION} ` at the end, as shown below.
45
+
46
+ ```
47
+ https://github.com/mackysoft/Unity-SerializeReferenceExtensions.git?path=Assets/MackySoft/MackySoft.SerializeReferenceExtensions#1.1.9
48
+ ```
36
49
37
50
#### Install via Open UPM
38
51
0 commit comments