From f18a8d5d1ee1137d140bafb55860fde001223a92 Mon Sep 17 00:00:00 2001 From: TextusGames <34438607+TextusGames@users.noreply.github.com> Date: Sat, 16 May 2020 20:24:41 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b8bb3be..7a3ca93 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,9 @@ The UI for Unity's SerealizedReference attribute. It allows to change the instance type of field right in editor. Project is provided under Mit license which you can find in inner main folder ("SerializedReferenceUI") + +Known limitations. +Custom property drawer has no effect. Becouse property is drawn from custom attribute drawer custom property drawer is not applied (unity default behaviour). + +Known Issues of serialized reference +Renaming used type can produce data loss and throws unknown managed type exception. This is unity's bug.