Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ProcessLevel

The type of the current process. It can be a Unity master instance, or a secondary instance connected to the master.
Read time 1 minuteLast updated 6 days ago

Definition

public enum ProcessLevel

Fields

Value

Description

MainThe current process is a main instance of UnityEditor.
SecondaryThe current process is a secondary instance of UnityEditor that is connected to a master instance.