摘要:
#if UNITY_EDITOR using System; using System.IO; using UnityEditor; using UnityEngine; public class TextureAlphaExport : MonoBehaviour { [MenuItem("MyT 阅读全文
摘要:
UI图片在PC, Android, iOS平台上所用的格式设置为推荐的值。 #if UNITY_EDITOR using System.IO; using UnityEditor; using UnityEngine; public class UITextureConfig : AssetPost 阅读全文
摘要:
Format a) Automatic使用对应平台推荐贴图格式(比如: Android为ETC)。 b) RGB 24bit, RGBA 32bit, RGB 16bit等都是所有平台通用的贴图格式。 Use Crunch Compression 是否使用2次压缩,这个是有损压缩,只有ETC, ET 阅读全文