I’ve got the wiki script that changes a number of settings, but it has no way to change the texture type from a Texture to a GUI.
It’s one feature I miss from iPhone 1.7 version of Unity. Any chance of bringing Import Settngs back for textures?
I’ve got the wiki script that changes a number of settings, but it has no way to change the texture type from a Texture to a GUI.
It’s one feature I miss from iPhone 1.7 version of Unity. Any chance of bringing Import Settngs back for textures?
There’s no reason for that; the texture settings are integrated into the inspector now and are expanded in capability. You can change the texture type to whatever you want.
–Eric
Mark, I’m not familiar with Unity iPhone 1.7, but can’t you use AssetPostprocessor.OnPreprocessTexture() for these things?