首页 > 编程语言 > 详细

【Unity3D】生成工程报错解决—UnityEditor.HostView:OnGUI() Error building Player: Couldn't build player because of unsupported data on target platform.

时间:2015-06-16 22:52:24      阅读:7217      评论:0      收藏:0      [点我收藏+]
技术分享
  • 错误
错误1:
An asset is marked as dont save, but is included in the build:

unityEditor.HostView:OnGUI()

错误2:
Building - Failed to write file: sharedassets0.assets
UnityEditor.HostView:OnGUI()


错误3:
Error building Player: Couldn‘t build player because of unsupported data on target platform.
 
 
  • 解决

  原因是工程中使用了NGUI,调整每一个Label中的UILabel组件中的字体

  如果选择unity自带字体,则不行,应调整为NGUI中的字体选项

【Unity3D】生成工程报错解决—UnityEditor.HostView:OnGUI() Error building Player: Couldn't build player because of unsupported data on target platform.

原文:http://www.cnblogs.com/zhengbin/p/4581823.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!