08 2014 档案

摘要://创建一个名为"Player"的游戏物体//并给他添加刚体和立方体碰撞器.player=new GameObject("Player");player.AddComponent("Rigidbody");player.AddComponent("BoxCollider");//创建一个没有名称的游... 阅读全文
posted @ 2014-08-29 09:14 码写人生 阅读(5811) 评论(0) 推荐(0)
摘要:打包这个Unity3D的程序时出现错误(程序是由XML数据改成连接数据库):ArgumentException: The Assembly System.Configuration is referenced by System.Data. But the dll is not allowed to... 阅读全文
posted @ 2014-08-13 15:45 码写人生 阅读(2272) 评论(0) 推荐(0)