UnitySerializedReferenceUI/README.md

11 lines
569 B
Markdown
Raw Normal View History

2020-05-16 11:33:46 +02:00
# UnitySerializedReferenceUI
The UI for Unity's SerealizedReference attribute. It allows to change the instance type of field right in editor.
2020-05-16 12:20:45 +02:00
Project is provided under Mit license which you can find in inner main folder ("SerializedReferenceUI")
2020-05-16 19:24:41 +02:00
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.