Experimental: this API is experimental and might be changed or removed in the future.

SubsystemManager

class in UnityEngine.Experimental

/

Implemented in:UnityEngine.XRModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Gives access to subsystems which provide additional functionality through plugins.

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

Static Methods

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

Events

reloadSubsytemsCompletedCalled from SubsystemManager when it has completed reloading all XR SDK Provider packaged subsystems.
reloadSubsytemsStartedCalled from SubsystemManager before reloading all XR SDK Provider packaged subsystems.

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