游戏编程随笔
0.博客网站 0.博客网站
主要设计两款免费切较为简单的网站系统 gitbook、hexo * hexo针对搭建个人优美博客比较好。 * gitbook针对比较正式的书籍网站或者导出电子书比较有优势。 * hexo和gitbook都使用了nodejs作为构建系统,所系
2020-09-25
1.gitbook 1.gitbook
安装gitbook 安装gitbook $ npm install gitbook-cli -g 验证安装版本 $ gitbook -V CLI version: 2.3.2 GitBook version: 3.2.3 使用
2020-09-25
1.git 1.git
git & gitee git & gitee 国内环境gitee速度较快可作为Clone & poll中转。 push提交 git push -f git@github.com:`USERNAME`/`REPO`.
2020-09-25
0.概论 0.概论
完整流程图 graph TD; 0(开始)-->A; subgraph 人工参与 A[性能指标1]-->分析-->conditionA{问题?} conditionA--&g
2020-09-25
1.性能调试 1.性能调试
Unity Profiler 打包需要勾选 手动勾选 Development Build、 Autoconnect to Profiler (可选) Deep Profiling Support (deep 支持) 代码勾选 Un
2020-09-25
2.Unity Profiler 2.Unity Profiler
1. CPU 渲染图形 脚本执行 物理 动画 垃圾回收 光照 UI 垂直同步VSync 其他 2. Memory Scene Memory,场景对象组件。 Assets 资源 Builti
2020-09-25
4.Android Profiler 4.Android Profiler
Android 调试Unity程序, 需要使用PlayerSettings.SetIl2CppCompilerConfiguration 设置为 Debug 可调式il2cpp。 //调试 il2cpp PlayerSett
2020-09-25
3.Unity Memory Profiler 3.Unity Memory Profiler
Unity Profiler - Memory 的详细独立工具。 // debug 模式 EditorUserBuildSettings.development = true; //下面为 Unity Profil
2020-09-25
5.RDC Profiler 5.RDC Profiler
自动化截帧/自动化回放分析 截帧 (capure.py) # _*_ encoding:utf-8 _*_ from rdc_mudule import * rd = IfImportRdcPackage() if __name_
2020-09-25
13 / 14