I have an editor script that will be released in the Asset Store. I’m using Textures for the GUI that are loaded with Resources.Load(). The Import settings have the Texture Type of GUI to produce sharp results.
My question is, will the Textures retain their import settings when deployed to the Asset Store? If not, how can we set the Texture Type from the editor script itself?