@@ -15,12 +15,18 @@ The `SubclassSelector` attribute allows you to easily set subclasses of those ab
1515- Easily set subclass by popup.
1616- ** [ New] ** Type finding by fuzzy finder.
1717- ** [ 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.
2018- ** [ 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
2125
2226## 📥 Installation
2327
28+ #### Install via ` .unitypackage `
29+
2430Download any version from releases.
2531
2632Releases: https://github.com/mackysoft/Unity-SerializeReferenceExtensions/releases
@@ -29,10 +35,17 @@ Releases: https://github.com/mackysoft/Unity-SerializeReferenceExtensions/releas
2935
3036Or, you can add this package by opening PackageManager and entering
3137
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+ ```
3341
3442from the ` Add package from git URL ` option.
3543
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+ ```
3649
3750#### Install via Open UPM
3851
0 commit comments