Update README.md

This commit is contained in:
TextusGames 2020-05-16 20:24:41 +03:00 committed by GitHub
parent ae197c1a9b
commit f18a8d5d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,3 +2,9 @@
The UI for Unity's SerealizedReference attribute. It allows to change the instance type of field right in editor. 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") 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.