Skip to content

Commit 97c4e63

Browse files
authored
Update README.md
1 parent 93d7e13 commit 97c4e63

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
2430
Download any version from releases.
2531

2632
Releases: https://github.com/mackysoft/Unity-SerializeReferenceExtensions/releases
@@ -29,10 +35,17 @@ Releases: https://github.com/mackysoft/Unity-SerializeReferenceExtensions/releas
2935

3036
Or, 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

3442
from 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

Comments
 (0)