Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SubsystemManager

Gives access to subsystems which provide additional functionality through plugins.
Read time 1 minuteLast updated 2 days ago

Definition

  • Type: Class
  • Namespace: UnityEngine
  • Assembly: UnityEngine.SubsystemsModule
public static class SubsystemManager

Remarks

Provides the ability to query for SubsystemDescriptors which enumerate features. Given an SubsystemDescriptor, you can create an Subsystem to utilize the subsystem.

Static Methods

Method

Description

GetAllSubsystemDescriptorsGets all of the currently known subsystem descriptors regardless of specific subsystem type.
GetSubsystemDescriptorsReturns a list of SubsystemDescriptors which describe additional functionality that can be enabled.
GetSubsystemsReturns active Subsystems of a specific instance type.

Static Events

Member

Description

afterReloadSubsystemsCalled from SubsystemManager when it has completed reloading all XR SDK Provider packaged subsystems.
beforeReloadSubsystemsCalled from SubsystemManager before reloading all XR SDK Provider packaged subsystems.