EnableProfileConnection(string)
Enables a connection to the Profiler. The standalone Profiler uses this method.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.MPE
- Assembly: UnityEditor.CoreModule
public static int EnableProfileConnection(string dataPath)
Parameters
Where to save profiling data. Normally this is set to Application.dataPath.
Returns
Type | Description |
|---|---|
| int | Greater than 0 if successful. |