On a regular inspector for a script/component there is the “Script” label that shows what script the component is using and lets you select the script in the project by clicking on it in the editor.
When you implement a custom inspector and you don’t call DrawDefaultInspector then this field disappears.
My question is, how does one get it back? Tried all the EditorGUILayout fields that I could think of and nothing seems to fit the whole script section.
Any help would be much appreciated.