TexturePropertySingleLine in Editor class

Hey everyone,

I am wondering if there is a way to get the same behaviour of TexturePropertySingleLine, TexturePropertyTwoLines, etc. in an Editor script without being a MaterialEditor.

Thank you !

I think it is.
I guess you create an Object Field with small width and pass a GUIContent to it with the selected Texture as image… But I never tried that… good luck :wink: