I have an object that has min, max, current values and would like to use PropertyDrawer to display the fields like [min] - [max] current: [current] in the inspector (where the values in square brackets are the input fields). Is this possible? I haven’t found a way to do it.
The solution turned out to be using EditorGUI.LabelField if anyone is interested.