From 301cb4b12cf419c60509836d23d2bd482c131368 Mon Sep 17 00:00:00 2001 From: Makihiro <13536348+mackysoft@users.noreply.github.com> Date: Sun, 18 Feb 2024 04:00:28 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fab689f..7b8324b 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ The `SubclassSelector` attribute allows you to easily set subclasses of those ab - **[New]** Available `CustomPropertyDrawer` for subclasses. - **[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]** Clear & reset the subclass properties. (required Unity 2021.3 or later) > See below for the reason for the limitation of versions less than Unity 2021.3. >