Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


reloadSubsytemsStarted

Called from SubsystemManager before reloading all XR SDK Provider packaged subsystems.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Event
  • Namespace: UnityEngine
  • Assembly: UnityEngine.SubsystemsModule
Warning
Deprecated. Use beforeReloadSubsystems instead.
public static event Action reloadSubsytemsStarted

Remarks

When the Editor starts or when packages are installed or removed, the SubsystemManager searches the packages and loads all XR SDK packages that it finds. Handling this event allows the user to do work they may need prior to the subsystem manager cleaning up any current subsystem descriptors.
Additional Resources: SubsystemManager, SubsystemDescriptor.
Note: This is deprecated, use SubsystemManager.beforeReloadSubsystems instead.