【Unity】实现角色的移动、朝向以及摄像机跟随

实现效果    一、角色移动和朝向code using UnityEngine; using System.Collections; public class Player : MonoBehaviour { public float moveSpeed = 0.01f; //角色移动速度 private float h; private float v;
相关文章
相关标签/搜索