- Unity 5 Game Optimization
- Chris Dickinson
- 224字
- 2021-08-05 16:37:22
What this book covers
Chapter 1, Detecting Performance Issues, provides an exploration of the Unity Profiler and a series of methods to profile our application, detect performance bottlenecks, and perform root cause analysis.
Chapter 2, Scripting Strategies, deals with the best practices for our Unity C# Script code, minimizing Component overhead, improving inter-object communication, and more.
Chapter 3, The Benefits of Batching, explores Unity's Dynamic and Static Batching systems to ease the burden on the rendering system.
Chapter 4, Kickstart Your Art, helps you understand the underlying technology behind our art assets and learn how to avoid common pitfalls with importing, compression, and encoding.
Chapter 5, Faster Physics, is about investigating the nuances of Unity's physics system for both 3D and 2D games, and how to properly organize our physics objects for improved performance.
Chapter 6, Dynamic Graphics, provides an in-depth exploration of the rendering system, and how to improve applications that suffer rendering bottlenecks in the GPU, or CPU, and specialized techniques for mobile devices.
Chapter 7, Masterful Memory Management, examines the inner workings of the Unity Engine, the Mono Framework, and how memory is managed within these components to protect our application from heap allocations and runtime garbage collection.
Chapter 8, Tactical Tips and Tricks, deals with a multitude of useful techniques used by professionals to improve project workflow and scene management.
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實(shí)踐
- Raspberry Pi Networking Cookbook(Second Edition)
- PyQt從入門(mén)到精通
- Python爬蟲(chóng)開(kāi)發(fā)與項(xiàng)目實(shí)戰(zhàn)
- Learning Python Design Patterns(Second Edition)
- 程序是怎樣跑起來(lái)的(第3版)
- Keras深度學(xué)習(xí)實(shí)戰(zhàn)
- Java程序設(shè)計(jì)案例教程
- Android傳感器開(kāi)發(fā)與智能設(shè)備案例實(shí)戰(zhàn)
- Unity Android Game Development by Example Beginner's Guide
- Elasticsearch Blueprints
- SCRATCH編程課:我的游戲我做主
- Instant Pygame for Python Game Development How-to
- Internet of Things with Arduino Cookbook
- Java性能權(quán)威指南