Update README.md

This commit is contained in:
Makihiro 2024-10-27 16:37:48 +09:00 committed by GitHub
parent 362b9add50
commit d47e8e5601
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@ The `SubclassSelector` attribute allows you to easily set subclasses of those ab
- **[New]** Restore values of previous object from JSON when subclass is changed. (required Unity 2021.3 or later) - **[New]** Restore values of previous object from JSON when subclass is changed. (required Unity 2021.3 or later)
- **[New]** Copy & Paste the subclass properties. (required Unity 2021.3 or later) - **[New]** Copy & Paste the subclass properties. (required Unity 2021.3 or later)
- **[New]** Clear & reset the subclass properties. (required Unity 2021.3 or later) - **[New]** Clear & reset the subclass properties. (required Unity 2021.3 or later)
- **[New]** Covariance / Contravariance support. (required Unity 2023.2 or later)
> See below for the reason for the limitation of versions less than Unity 2021.3. > See below for the reason for the limitation of versions less than Unity 2021.3.
> >