- 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.
- 演進式架構(原書第2版)
- Learning Java Functional Programming
- Interactive Applications Using Matplotlib
- Test-Driven Development with Django
- Julia 1.0 Programming Complete Reference Guide
- Python Projects for Kids
- MongoDB Cookbook(Second Edition)
- JSP編程教程
- Learning Ext JS(Fourth Edition)
- 你也能看得懂的Python算法書
- 3D Printing Designs:Fun and Functional Projects
- Python輕松學:爬蟲、游戲與架站
- Instant Buildroot
- Fast Data Processing with Spark 2(Third Edition)
- 計算機視覺增強現實應用程序開發