
Unity3d
XuMengyaAmy
这个作者很懒,什么都没留下…
展开
-
Unity3d 无人机
1. unity5 rendersetting选项rendersetting选项~之前是在Edit菜单下,新版本unity都是在 window菜单下的lighting,找到scene选项,天空盒和雾效等等都在里面。需要提前导入天空盒子资源包2. Non-convex MeshCollider with non-kinematic Rigidbody is no longer suppor...原创 2018-12-27 15:32:33 · 2596 阅读 · 3 评论 -
Unity3d串口通信中遇到的两个问题及解决办法
关于"using System.IO.Ports;" 问题I want to conect with serial port but when I use “using System.IO.Ports;” I take this error I want to conect with serial port but when I use “using System.IO.Ports;” I t...原创 2018-12-22 20:44:26 · 2650 阅读 · 0 评论 -
Unity3d 入门——代码的理解
(1)Input.GetAxis()Vertical:获得垂直方向的 输入 -1~1Horizontal:获得水平方向的 输入-1~1水平输入 和垂直输入 做方向的时候 需要跟 当前世界坐标系的轴比较使其方向一致if (Input.GetAxis(“Vertical”) > 0.2) //判断向前的速度如果大于0.2(2)Vector3 ( , , )Representa...原创 2018-12-22 22:02:25 · 500 阅读 · 0 评论 -
Unity中使用Visual Studio时的配置
转自于 https://blog.youkuaiyun.com/qq_38782460/article/details/78243763百度云链接:2015版UnityVS和VS2015镜像:http://pan.baidu.com/s/1o8n45EM 密码:fkzuUnity VS下载链接:https://marketplace.visualstudio.com/items?itemNam...转载 2018-12-28 23:33:27 · 6444 阅读 · 0 评论 -
Unity3d —— Rigidbody 通过刚体组件控制物体的运动
转自于 http://www.ceeger.com/Components/class-Rigidbody.html刚体 RigidbodyRigidbodies enable your GameObjects to act under the control of physics. The Rigidbody can receive forces and torque to make your...转载 2018-12-31 13:44:48 · 3702 阅读 · 0 评论 -
Unity3d ——在脚本中获取场景中的游戏体
转载 2018-12-31 14:04:42 · 562 阅读 · 0 评论