- Unity 2017 Game Optimization(Second Edition)
- Chris Dickinson
- 130字
- 2021-07-02 23:21:03
The Audio Area
The Audio Area grants an overview of audio statistics and can be used both to measure CPU usage from the audio system and total memory consumed by Audio Sources (both for those that are playing or paused) and Audio Clips.
The Breakdown View provides lots of useful insight into how the Audio System is operating and how various audio channels and groups are being used.
The Audio Area may come in handy as we explore art assets in Chapter 4, Kickstart Your Art.
Audio is often overlooked when it comes to performance optimization, but audio can become a surprisingly large source of bottlenecks if it is not managed properly due to the potential amount of hard disk access and CPU processing required. Don’t neglect it!
推薦閱讀
- Debian 7:System Administration Best Practices
- Learning Docker
- 實戰Java程序設計
- Learning Bayesian Models with R
- JavaScript+jQuery開發實戰
- C#程序設計教程
- 64位匯編語言的編程藝術
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- 零基礎入門學習Python(第2版)
- Learning Apache Cassandra
- Azure Serverless Computing Cookbook
- Mastering Object:Oriented Python(Second Edition)
- SQL Server 2014 Development Essentials
- Mastering Machine Learning with scikit-learn