Simple Waypoint System 。Used by hundreds of developers, Simple Waypoint System allows you to create paths right within the editor, then tell any game object to follow your path via our movement scripts.
本文实例为大家分享了Unity3D实现控制摄像机移动的具体代码,供大家参考,具体内容如下
最近公司的几个项目开发内容基本相同,很多脚本直接复制过来就可以拼接项目。之前一直是代码爱好者,能自己敲的绝对不去复制粘贴。但是开发速度确实是被耽误了,所以接下来打算把开发中常用的脚本都发到博客上。自己需要的时候直接拿来。也希望能帮到你们。
unity编辑器中按住鼠标右键,在通过控制键盘的wasdqe键可以自由控制视野。
下面就是实现操作的代码:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/