- Unity 2017 Game Optimization(Second Edition)
- Chris Dickinson
- 150字
- 2021-07-02 23:21:12
Summary
This chapter introduced you to many methods that improve your scripting practices in the Unity Engine, with the aim of improving performance if (and only if) you have already proven them to be 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 codebase for new developers. 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.
- Boost.Asio C++ Network Programming(Second Edition)
- 零基礎(chǔ)學(xué)Visual C++第3版
- Google Apps Script for Beginners
- 工程軟件開發(fā)技術(shù)基礎(chǔ)
- 構(gòu)建移動網(wǎng)站與APP:HTML 5移動開發(fā)入門與實(shí)戰(zhàn)(跨平臺移動開發(fā)叢書)
- MATLAB應(yīng)用與實(shí)驗(yàn)教程
- Servlet/JSP深入詳解
- 區(qū)塊鏈:以太坊DApp開發(fā)實(shí)戰(zhàn)
- Oracle Database 12c Security Cookbook
- SAS數(shù)據(jù)統(tǒng)計(jì)分析與編程實(shí)踐
- 新一代SDN:VMware NSX 網(wǎng)絡(luò)原理與實(shí)踐
- Xcode 6 Essentials
- Mockito Essentials
- XML程序設(shè)計(jì)(第二版)
- Qt 5.12實(shí)戰(zhàn)