Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


EnableProfileConnection(string)

Enables a connection to the Profiler. The standalone Profiler uses this method.
Read time 1 minuteLast updated 11 days ago

Definition

public static int EnableProfileConnection(string dataPath)

Parameters

dataPath

Where to save profiling data. Normally this is set to Application.dataPath.

Returns

Type

Description

intGreater than 0 if successful.