随笔分类 -  错误记录

摘要:Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details.D:\GameDevelopment\adt-bundle-windows-x86... 阅读全文
posted @ 2014-07-13 07:46 ing... 阅读(13915) 评论(0) 推荐(1)
摘要:原地址:http://blog.csdn.net/emoonight/article/details/18002913fore you can save or load a Texture, you must make it editable. To do this, click the Textu... 阅读全文
posted @ 2014-06-29 11:44 ing... 阅读(1605) 评论(0) 推荐(0)
摘要:In-App Purchases have been returned and are highlighted in the table below.Your In-App Purchase has been returned. You must modify or delete the highl... 阅读全文
posted @ 2014-06-26 10:10 ing... 阅读(961) 评论(0) 推荐(0)
摘要:You are trying to load data from a www stream which had the following error when downloading. Could 阅读全文
posted @ 2014-06-25 18:00 ing... 阅读(187) 评论(0) 推荐(0)
摘要:Reasons16.1: Apps that present excessively objectionable or crude content will be rejected16.1We found that your app contains content that many audien... 阅读全文
posted @ 2014-06-24 09:37 ing... 阅读(235) 评论(0) 推荐(0)
摘要:原地址:http://www.sudu.cn/info/html/edu/net/20071227/50446.html一、c#的异常处理所用到关键字try 用于检查发生的异常,并帮助发送任何可能的异常。catch 以控制权更大的方式处理错误,可以有多个catch子句。finally 无论是否引发了... 阅读全文
posted @ 2014-06-15 10:33 ing... 阅读(455) 评论(0) 推荐(0)
摘要:原地址:http://www.haogongju.net/art/25919361.The AnimationClip 'cube1_anim' used by the Animation component 'Cube1' must be marked as Legacy.解决方法:1. 点击“A... 阅读全文
posted @ 2014-06-15 09:22 ing... 阅读(1881) 评论(0) 推荐(0)
摘要:原地址:http://hi.baidu.com/next2_me/item/3a70c1cc6b2fc6320931c622Unity3D DllNotFoundException/System.DllNotFoundExceptionUnity System.DllNotFoundExceptio... 阅读全文
posted @ 2014-06-15 08:58 ing... 阅读(6250) 评论(1) 推荐(1)
摘要:原地址:[Unity3D]关于NaN(NotaNumber)的问题在游戏运行时,代码若写得不安全很容易出现NAN的异常。一旦NAN出现整个游戏不崩溃也坏死掉了,游戏上了则是要被直接打回来的节奏,更是一个开发及测试人员每人都要扣3000块的大BUG。一般表现为:1.transform.rotation... 阅读全文
posted @ 2014-06-15 08:21 ing... 阅读(3889) 评论(0) 推荐(0)
摘要:原地址:http://www.cnblogs.com/hisiqi/archive/2013/07/21/3203527.html我们知道,Unity3D在WebPlayer的发布模式下是沙箱环境中运行的。根据Unity3D的官方文档所述,WebPlayer模式下不能使用非托管的DLL,也就是说,传... 阅读全文
posted @ 2014-06-15 08:02 ing... 阅读(456) 评论(0) 推荐(0)
摘要:ERRORITMS-9000:Thisboundleisinvalid.NewappsandappupdatessubmittedtotheAppStoremustbebuiltwithXcode5.1.1 andIOS7SDK.do not submit apps built with beta... 阅读全文
posted @ 2014-06-14 18:03 ing... 阅读(163) 评论(0) 推荐(0)
摘要:原地址:http://www.cnblogs.com/lopezycj/archive/2012/05/16/unity3d_tuchao.htmlUnity3D吐槽1--FBX导入 Unity3d用了也不久,也就几个月时间。插件很丰富,但有的是在很贵。编辑器写脚本还是不错,挺喜欢的,写好了,就... 阅读全文
posted @ 2014-06-09 11:27 ing... 阅读(5028) 评论(0) 推荐(0)
摘要:014-06-25 04:49:13.658 XXXX[2004:60b] -> registered mono modules 0x1431a50-> applicationDidFinishLaunching()-> applicationDidBecomeActive()Mono path[0... 阅读全文
posted @ 2014-06-05 17:18 ing... 阅读(932) 评论(0) 推荐(0)
摘要:原地址:http://tieba.baidu.com/p/2805548059?qq-pf-to=pcqq.c2c跑酷的小demo,跑动过程中,很明显的发现离摄像头越远就越模糊。这个是运行时候的截图:打上红圈看看1到3越来越模糊,在两个小正方体的圈圈里面明显看到有一个稳定的清晰度过渡的分界线。神庙逃... 阅读全文
posted @ 2014-06-03 10:25 ing... 阅读(443) 评论(0) 推荐(0)
摘要:1.U3D经常莫名奇妙崩溃。一般是由于空异常造成的,多多检查自己的引用是否空指针。2.编码切换警告提示。警告提示:Some are Mac OS X (UNIX) and some are Windows.This might lead to incorrect line numbers in st... 阅读全文
posted @ 2014-05-02 11:30 ing... 阅读(1201) 评论(1) 推荐(0)