Update README.md

This commit is contained in:
TextusGames 2020-08-13 17:31:20 +03:00 committed by GitHub
parent 6838de3b45
commit 04c27fc3d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.