- 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:

- Leap Motion Development Essentials
- C# Programming Cookbook
- Mastering matplotlib
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- Julia高性能科學計算(第2版)
- Node學習指南(第2版)
- Hands-On GUI Programming with C++ and Qt5
- HTML+CSS+JavaScript編程入門指南(全2冊)
- R Data Science Essentials
- Mudbox 2013 Cookbook
- Redmine Cookbook
- 網絡綜合布線與組網實戰指南
- Getting Started with RethinkDB
- Android項目實戰:博學谷
- Linux Networking Cookbook