Hi all.
Is there a way to align text into a property field? I don’t mean “label”, I mean the text into field.
For example:
EditorGUI.PropertyField(fieldPosition, serializedVar, GUIContent.none);
I’ld like that value into “serializedVar” would be right aligned not left.
Thank you!