Drag & Drop for Arrays and List Views
v0.4.5 (2020-11-29)
Drag & Drop is now implemented as a part of array rendering. You can now drag a bunch of game objects and the proper components will be picked up and put into the relevant fields of your arrays and ListViews.
For List Views it will try to look for the components specified in list view types to populate either or both of the fields.
This release also significantly simplifies the Skybox Adjustment behaviour and fixes a bug with OnValueChange handlers not being passed correct parameters in some cases.
Old UTTestController
has also been replaced by a CustomUISample
that now exists inside the demo folder. It should provide an up-to-date example of a fairly complex UI setup
Implemented enhancements:
- Add support for Drag & Drop on Arrays and ListViews #54
Closed issues: