- 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.
- 大話PLC(輕松動(dòng)漫版)
- TypeScript Essentials
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Mastering OpenCV Android Application Programming
- C語(yǔ)言程序設(shè)計(jì)基礎(chǔ)與實(shí)驗(yàn)指導(dǎo)
- Learning Bayesian Models with R
- INSTANT Mercurial SCM Essentials How-to
- 零基礎(chǔ)學(xué)Java程序設(shè)計(jì)
- Responsive Web Design by Example
- Three.js權(quán)威指南:在網(wǎng)頁(yè)上創(chuàng)建3D圖形和動(dòng)畫(huà)的方法與實(shí)踐(原書(shū)第4版)
- Learning Ionic(Second Edition)
- Learning PrimeFaces Extensions Development
- LiveCode Mobile Development Hotshot
- Perl 6 Deep Dive