摘要:
编辑器类脚本 来源:https://www.bilibili.com/video/BV1qg4y1z7YP?t=384 using System.Collections; using System.Collections.Generic; using UnityEngine; using Unity 阅读全文
摘要:
在Editor下监听按键有以下几种方式: 1.自定义菜单栏功能: 比如F5键暂停编辑器 using System.Collections; using System.Collections.Generic; using UnityEditor; using UnityEngine; public c 阅读全文