- Unity Game Optimization
- Dr. Davide Aversa Chris Dickinson
- 147字
- 2021-06-24 12:13:09
Summary
This chapter introduced you to many methods that will improve your scripting practices in the Unity Engine and to improve performance if (and only if) you have already proven some scripts are the cause of a performance problem. Some of these techniques demand some forethought and profiling investigation before being implemented since they often come with introducing additional risks or obfuscating our code base. Workflow is often just as important as performance and design, so before you make any performance changes to the code, you should consider whether or not you're sacrificing too much on the altar of performance optimization.
We will investigate more advanced scripting improvement techniques later, in Chapter 8, Masterful Memory Management, but let's take a break from staring at code and explore some ways to improve graphics performance using a pair of built-in Unity features known as dynamic batching and static batching.
- C++ Builder 6.0下OpenGL編程技術
- C# Programming Cookbook
- 我的第一本算法書
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- GitLab Repository Management
- Python Network Programming Cookbook(Second Edition)
- Java系統化項目開發教程
- Linux C編程:一站式學習
- Python趣味編程與精彩實例
- 交互式程序設計(第2版)
- 前端架構設計
- 開源網絡地圖可視化:基于Leaflet的在線地圖開發
- Build Your Own PaaS with Docker
- Effective Python:編寫高質量Python代碼的90個有效方法(原書第2版)
- ArcGIS Blueprints