- 博客(2)
- 收藏
- 关注
原创 控制玩家移动
using System.Collections; using System.Collections.Generic; using UnityEngine;public class PlayerMove : MonoBehaviour { private float lengthwaysSpeed = 5; //纵向移动 private float crosswiseSpeed = 45; //横向移动 // Start is called before the first fram
2023-05-11 19:59:40
93
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人