I was doing some customization and I encountered and odd thing where I try to click on a EditorGUILayout.InField object, but the text field for the int value won't respond.
It seems in some way connected to the drawing of the sprite icon that is situated to the right of the controls, because if I take it out, it responds fine again.
I think I must have done something wonky with managing the layout space, but nothing seems out of place.
Could you explain a little about how you manage to draw the sprite aligned to the right of the inspector, while keeping the other controls properly constrained? I'm guessing this is some sort of odd invisible overlap going on that is keeping me from clicking the control, but I can't figure out a definitive answer.
Thanks for any help you can offer!
