How to check which array element is selected

Is there any way to find out which element is selected ?

You’ll have to build a custom editor and use a ReorderableList to draw your list, which provides the onSelectCallback delegate. Sadly, there’s no official documentation on it, but here’s a comprehensive guide on how to utilize ReorderableList.

1 Like