
C#代码
文章平均质量分 69
liyangufo
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Unity “Failed to create agent because it is not close enough to the NavMesh“警告 并由此引发的问题
Unity 导航问题原创 2023-03-17 23:13:12 · 3548 阅读 · 4 评论 -
unity3d鼠标键盘漫游场景的转载修改版
public float f_speed = 10f; public float h_speed = 1f; public float groundDis = 0.1f; public float skyDis = 50f; public Camera camera; // Use this for initialization void Start () {翻译 2018-01-11 14:29:37 · 669 阅读 · 0 评论