From f719b189f1d5149058fbc549ee4a1290169dd78e Mon Sep 17 00:00:00 2001 From: mackysoft Date: Tue, 6 Apr 2021 01:30:04 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0d2f8f0..4c4ee90 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ The `SerializeReference` attribute, added in Unity 2019.3, makes it possible to The `SubclassSelector` attribute allows you to easily set subclasses of those abstract classes in the Editor that are serialized by `SerializeReference` attribute. +![SubclassSelector](https://user-images.githubusercontent.com/13536348/113597922-5d912500-9677-11eb-8faa-a33dabc60aa3.gif) + #### Features - Easily set subclass by popup.