From 6838de3b456c46f04d4d74d52a42b6e63e29c2ad Mon Sep 17 00:00:00 2001 From: TextusGames <34438607+TextusGames@users.noreply.github.com> Date: Tue, 26 May 2020 11:26:53 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09d184d..cbcee1e 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ The UI for Unity's SerealizedReference attribute. It allows to change the instan 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). +- 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. -SerializeReference itself is not working properly with Prefab Instances; +- Renaming used type can produce data loss and throws unknown managed type exception. This is unity's bug. +- SerializeReference itself is not working properly with Prefab Instances; Future plans: Possibly