Yuri :godot: on Nostr: nprofile1q…2s3f2 If you plan to look into it, check the ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqh7r28sfqpxyvex4cj548amn5j8f440z2yz8at4j0gxkya7026gaqz2s3f2 (nprofile…s3f2) If you plan to look into it, check the EditorPropertyArray::_is_drop_valid method and compare it to EditorResourcePicker::_is_drop_valid.
The array widget basically uses a simplified check, so it does actually work, but only with built-in types. The resource picker has additional logic to handle scripted types, which has to be adopted by the array widget.
The array widget basically uses a simplified check, so it does actually work, but only with built-in types. The resource picker has additional logic to handle scripted types, which has to be adopted by the array widget.