会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
大文豪
博客园
首页
新随笔
联系
管理
订阅
2018年10月29日
Unity创建asset文件的扩展编辑器
摘要: 1 using UnityEngine; 2 using UnityEditor; 3 using System.IO; 4 5 public class CreateAsset : EditorWindow 6 { 7 private string mConfigName = "TestAsset"; 8 private string mAssetPath =...
阅读全文
posted @ 2018-10-29 16:24 大文豪
阅读(2302)
评论(1)
推荐(0)
编辑
公告
123