Hi, I have a problem in my custom editor window
I created a custom logger, settings are defined via a scriptable object that uses a custom editor. Everything works perfectly fine inside the inspector, I can select and edit everything. But when I display the scriptable object inside my editor window (for convenience) one functions of the ReorderableList I use don’t work anymore: selecting entries.
Red is the editor window. Everything works fine except I can’t select the entries as seen in the inspector (green) below.
The code used to display the scriptable object inside the editor window is the following:
var editor = Editor.CreateEditor(LogEditor.PrivateLogSettings);
editor.OnInspectorGUI();