timo-sisus / Power-Inspector

Report bugs and offer improvement ideas for Power Inspector.
http://u3d.as/1sNc
7 stars 0 forks source link

Multiple array elements assignment doesn't work #12

Closed tettogreen closed 4 years ago

tettogreen commented 4 years ago

Unity Version: 2018.4.11.f1 OS: Windows

Steps:

  1. Add any custom written component with serialized array or list of e.g. scriptable objects
  2. In porject hierarchy select multiple instances of appropriate scriptable object
  3. Drag and drop them onto array name in the inspector

Result: Nothing happens

Expected Result: Values should be added to the array. This feature is standard Unity feature

timo-sisus commented 4 years ago

Implemented ability to add one or more Objects to an Object collection by dragging them onto the prefix label of the collection.

tettogreen commented 4 years ago

Thanks!