ProcessService.Launch

Declaration

public static int Launch(string roleName, params string[] keyValuePairs);

Parameters

Parameter Description
roleName The name that corresponds to the RoleProviderAttribute of the process to start.
keyValuePairs Arguments passed to the slave process.

Returns

int The process ID of the slave process. A value of 0 means the slave process could not be started.

Description

Launches a secondary instance of UnityEditor on the same project as the master instance.


Did you find this page useful? Please give it a rating: