Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ProcessService.EnableProfileConnection

Declaration

public static int EnableProfileConnection(string dataPath);

Parameters

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

Returns

int Greater than 0 if successful.

Description

Enables a connection to the Profiler. The standalone Profiler uses this method.