- Unity 5 Game Optimization
- Chris Dickinson
- 118字
- 2021-08-05 16:37:22
Who this book is for
This book is intended for intermediate and advanced Unity developers who have experience with most of Unity's feature set, and those who want to maximize the performance of their game or solve particular bottlenecks. Whether the bottleneck is caused by CPU overload, runtime spiking, slow memory access, fragmentation, garbage collection, poor GPU fillrate, or memory bandwidth, this book will teach you the techniques you need to identify the source of the problem and help explore multiple ways of reducing their impact on your application.
Familiarity with the C# language will be needed for sections involving scripting and memory usage, and a basic understanding of cg will be needed for areas involving Shader optimization.
推薦閱讀
- C# 7 and .NET Core Cookbook
- Visual Basic .NET程序設計(第3版)
- 深入淺出Spring Boot 2.x
- Python自然語言處理(微課版)
- Drupal 8 Module Development
- 動手學數據結構與算法
- Visual Basic程序設計習題與上機實踐
- Python Data Science Cookbook
- GameMaker Essentials
- Building Serverless Web Applications
- Machine Learning With Go
- AMP:Building Accelerated Mobile Pages
- 大學計算機基礎實訓教程
- Mastering Embedded Linux Programming
- Functional Python Programming