we don’t have GUILayout.tooltip so I assumed that GUI.tooltip would work in my custom inspector - WRONG: the tooltip appears near the upper right corder of the screen, probably ignoring most of the auto-layouting
is there another way to get tooltips which doesn’t involve area (I do everything with nested BeginVertical and BeginHorizontal)?