- Unity 2017 Game Optimization(Second Edition)
- Chris Dickinson
- 122字
- 2021-07-02 23:20:57
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 continuous CPU overload, runtime CPU spiking, slow memory access, memory fragmentation, garbage collection, poor GPU Fill Rate, 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.
- 編程的修煉
- x86匯編語(yǔ)言:從實(shí)模式到保護(hù)模式(第2版)
- Python 3網(wǎng)絡(luò)爬蟲(chóng)實(shí)戰(zhàn)
- Python高級(jí)機(jī)器學(xué)習(xí)
- 零基礎(chǔ)學(xué)MQL:基于EA的自動(dòng)化交易編程
- Web全棧工程師的自我修養(yǎng)
- SQL基礎(chǔ)教程(視頻教學(xué)版)
- Mastering Apache Spark 2.x(Second Edition)
- Scientific Computing with Scala
- Building Serverless Applications with Python
- Gradle for Android
- 用案例學(xué)Java Web整合開(kāi)發(fā)
- Flowable流程引擎實(shí)戰(zhàn)
- 運(yùn)維前線:一線運(yùn)維專家的運(yùn)維方法、技巧與實(shí)踐
- Everyday Data Structures