一:能用来做什么?

  游戏开发过程中更多的是程序和策划间的配合调试等,那么自定义编辑工具的话就会很方便。使用工具让游戏开发起来更顺心

二:如何自定义标题栏

Unity(八)Editor02自定义标题栏编辑工具,EditorWindow类

这样的Editor工具栏是怎么来的呢,看代码

Unity(八)Editor02自定义标题栏编辑工具,EditorWindow类

两个类,一个是主配置信息类ResManWin(如打包信息设置等,可以不要),一个就是我们现在需要的Content,都存在于Editor文件夹内

Unity(八)Editor02自定义标题栏编辑工具,EditorWindow类


这样,一个工具栏就做好了


相关文章:

  • 2021-12-15
  • 2021-06-10
  • 2021-08-06
  • 2022-02-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-18
  • 2021-07-02
  • 2021-09-18
  • 2022-01-05
  • 2021-07-27
  • 2022-12-23
相关资源
相似解决方案