- Home /
Drag & Drop EditorGUI
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?
Nobody knows something about this? need it for the same reason :(
Hey @ruben_hiet , try sending a mail to unity support, maybe they can help us.
Answer by Landern · Dec 12, 2012 at 03:27 PM
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.
Your answer

Follow this Question
Related Questions
GUI Layout During Gizmo Painting In The Editor 0 Answers
Initialising List array for use in a custom Editor 1 Answer
EditorGUI like light explorer window 1 Answer
Editor Window Views 0 Answers
Print to status bar. 0 Answers