使用示例: // 保存Texture void SaveTexture(Texture2D t, string path) { byte[] byt = DeCompress(t).EncodeToPNG(); // 该函数会直接覆盖已存在的 ...
確定! 回上一頁