UnitySerializedReferenceUI/README.md

17 lines
707 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).
2020-05-26 10:19:59 +02:00
Known Issues of serialized reference:
2020-05-16 19:24:41 +02:00
Renaming used type can produce data loss and throws unknown managed type exception. This is unity's bug.
2020-05-26 10:19:59 +02:00
SerializeReference itself is not working properly with Prefab Instances;
2020-05-16 19:26:50 +02:00
Future plans:
Possibly
- copy / paste.
- menu with searchbar.