[]LayaAir3D UnityPlugin 1.7.16
LayaAir3D UnityPlugin 1.7.16 在Unity5.6.5f1版本导出场景,我设置场景的TextureSetting 的 Non-PNG|JPG 目标类型导出png/jpg 会提示格式转换失败,是什么原因吗?
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
strive
赞同来自:
Unsupported texture format - Texture2D::EncodeTo functions do not support compressed texture formats.
UnityEngine.Texture2D:EncodeToPNG()
LayaExport.DataManager:saveTextureFile(JSONObject, Texture2D, String, String, String)
LayaExport.DataManager:saveLayaParticleLmatData(Material, String)
LayaExport.DataManager:getParticleSystemComponentData(GameObject, JSONObject)
LayaExport.DataManager:getComponentsData(GameObject, JSONObject, JSONObject, Vector3, Quaternion, Vector3, String&)
LayaExport.DataManager:getGameObjectData(GameObject, String, JSONObject, Boolean)
LayaExport.DataManager:getGameObjectData(GameObject, String, JSONObject, Boolean)
LayaExport.DataManager:getGameObjectData(GameObject, String, JSONObject, Boolean)
LayaExport.DataManager:getGameObjectData(GameObject, String, JSONObject, Boolean)
LayaExport.DataManager:getGameObjectData(GameObject, String, JSONObject, Boolean)
LayaExport.DataManager:getGameObjectData(GameObject, String, JSONObject, Boolean)
LayaExport.DataManager:getSceneNode()
LayaExport.DataManager:saveData()
LayaExport.DataManager:getData()
LayaAir3D:exportResource(Boolean) (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:435)
LayaAir3D:OnGUI() (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:337)
UnityEditor.DockArea:OnGUI()