From 04c27fc3d44e643092e3bd5e6c674926dec1bc95 Mon Sep 17 00:00:00 2001 From: TextusGames <34438607+TextusGames@users.noreply.github.com> Date: Thu, 13 Aug 2020 17:31:20 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cbcee1e..00d7799 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Project is provided under Mit license which you can find in inner main folder (" 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). +- Can not serialized types derived from UnityEngine.Object (monbehaviour, scriptableObject) (unity's limitation). +- Can not create instance of object that does not have empty constructor. Known Issues of serialized reference: - Renaming used type can produce data loss and throws unknown managed type exception. This is unity's bug.