- 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.
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- WildFly:New Features
- LabVIEW 2018 虛擬儀器程序設計
- C/C++算法從菜鳥到達人
- Apache Spark 2 for Beginners
- Vue.js 3.0源碼解析(微課視頻版)
- Java深入解析:透析Java本質的36個話題
- Mastering Google App Engine
- 精通Python自動化編程
- Instant Lucene.NET
- 機器學習微積分一本通(Python版)
- Nagios Core Administration Cookbook(Second Edition)
- 大數據時代的企業升級之道(全3冊)
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Neo4j 3.x入門經典