Hi guys, I just finished this editor to better organize the particles being used in the project. As you can see in the image below there are three button to re-order the list and I didn’t liked them, is there a way to make this a drag and drop to reorder?
Use the Editor class for drag and drop, objectReferences contains what you are dragging. When dropped and the event is triggered, reorder your array/list/collection.