摘要: using System.Collections; using System.Collections.Generic; using UnityEngine; public class MiniMap : MonoBehaviour { public Transform miniMapRange; p 阅读全文
posted @ 2021-02-18 20:03 wsfw 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 支持按键输入WASD,带有方向指示 脚本挂在Handle上,其它的设置 using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Eve 阅读全文
posted @ 2021-02-18 18:38 wsfw 阅读(114) 评论(0) 推荐(0) 编辑