I'm trying to get a custom editor to show up in the inspector for textures. If I use
@CustomEditor(TextureImporter)
it overwrites the Texture Importer settings. How would I go about attaching this to the inspector for images?
I'm trying to get a custom editor to show up in the inspector for textures. If I use
@CustomEditor(TextureImporter)
it overwrites the Texture Importer settings. How would I go about attaching this to the inspector for images?