2024年1月18日
摘要: 解决方法: Texture2D图片格式改为RGB Texture2D tex = new Texture2D(width, height, TextureFormat.RGBA32, false); 阅读全文
posted @ 2024-01-18 18:35 juaa 阅读(71) 评论(0) 推荐(0) 编辑