docs.unity.cn

    About Subsystem Registration (DEPRECATED)

    The Subsystem Registration package has been deprecated for Unity Editor 2023.1 and above. It provided an API to register a subsystem implemented using Subsystem API. The Subsystem API will be deprecated in 2023.1. A subsystem need to be implemented using the new SubsystemWithProvider API and registered using SubsystemDescriptorStore API.

    Provides internal API for subsystems to register themselves with the Subsystem Manager within Unity. This will allow the Subsystem Manager to keep track of and provide lifecycle management for the registered subsystem.

    How to use this package

    This package is a dependency for any other packages that defines new types of subsystems.

    Requirements

    This version of com.unity.subsystemregistration is compatible with the following versions of the Unity Editor:

    • 2019.4 and later (required)
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, October 19, 2022
    Terms of use