Your cart is currently empty!
property drawer
How To Make a Unity Property Drawer Using IMGUI
Property drawers enable you to specify how the inspector should look for your serializable classes. This way all MonoBehaviours and ScriptableObjects with fields of your type will have the fancy inspector without having to make a custom editor for every one.