- Unity Game Optimization
- Dr. Davide Aversa Chris Dickinson
- 207字
- 2021-06-24 12:12:54
Editor or standalone instances
In this instance, the only way to access the Profiler is to launch it through the Unity Editor and connect it to a running instance of our application. We will use the same Profiler windows irrespective of whether we execute our game in Playmode within the Editor, running a standalone application on the local or remote device, or wish to profile the Editor itself.
To open Profiler, navigate to Window | Analysis | Profiler within the Editor or use Ctrl + 7 (or cmd + 7 on macOS):

If the Editor is already running in Playmode, then we should see profiling data continuously populating the Profiler window.
To profile standalone projects, ensure that the Development Build and Autoconnect Profiler flags are enabled when the application is built.
Choosing whether to profile an Editor-based instance (through the Editor's Playmode) or a standalone instance (built and running separately from the Editor) can be achieved through the Connected Player option in the Profiler window:

- Python程序設計教程(第2版)
- 零基礎PHP學習筆記
- Power Up Your PowToon Studio Project
- C/C++算法從菜鳥到達人
- x86匯編語言:從實模式到保護模式(第2版)
- Java Web程序設計任務教程
- HTML5與CSS3基礎教程(第8版)
- Clojure for Machine Learning
- Advanced UFT 12 for Test Engineers Cookbook
- Practical Predictive Analytics
- 深入淺出 HTTPS:從原理到實戰
- Java多線程并發體系實戰(微課視頻版)
- 產品架構評估原理與方法
- RESTful Web API Design with Node.js
- C++面向對象程序設計