【Unity】相机跟随主角移动,并带有延迟效果

相机跟随主角移动,并带有延迟效果 using UnityEngine; using System.Collections; namespace CompleteProject { // 脚本使用在摄像机身上 public class CameraFollow : MonoBehaviour { public Transform player; // 主角位
相关文章
相关标签/搜索