12 2016 档案

Restaurant & Cooking Starter Kit v1.2.1 学习
摘要:项目: 1 using UnityEngine; 2 using System.Collections; 3 4 namespace VoidGame { 5 6 public class Constant : MonoBehaviour { 7 8 public static string m_p 阅读全文

posted @ 2016-12-28 15:52 void87 阅读(277) 评论(0) 推荐(0)

常用工具
摘要:图形 RenderDoc https://renderdoc.org/ Nsight Graphics https://developer.nvidia.com/nsight-graphics GFXBench https://gfxbench.com/result.jsp Adreno GPU P 阅读全文

posted @ 2016-12-22 18:57 void87 阅读(1059) 评论(0) 推荐(0)

Unity 2017 Game Optimizations (Chris Dickinson 著)
摘要:1. Pursuing Performance Problems (已看) Pursuing Performance Problems, provides an exploration of the Unity Profiler and a series of methods to profile 阅读全文

posted @ 2016-12-18 13:36 void87 阅读(1754) 评论(0) 推荐(0)

Tips
摘要:1.Unity\Editor\Data\Resources\ScriptTemplates 里的文件是Unity 生成文件的模板. 2.提示文件尾不一致.用VS打开Unity\Editor\Data\Resources\ScriptTemplates里的模板文件.文件->高级保存选项->Window 阅读全文

posted @ 2016-12-18 13:22 void87 阅读(245) 评论(0) 推荐(0)

导航