暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
kimn119047 5601bd9697 backup 1年前
..
Documentation~ backup 1年前
Runtime backup 1年前
Tests backup 1年前
CHANGELOG.md backup 1年前
CHANGELOG.md.meta backup 1年前
CONTRIBUTIONS.md backup 1年前
CONTRIBUTIONS.md.meta backup 1年前
LICENSE.md backup 1年前
LICENSE.md.meta backup 1年前
README.md backup 1年前
README.md.meta backup 1年前
Runtime.meta backup 1年前
Tests.meta backup 1年前
package.json backup 1年前
package.json.meta backup 1年前

README.md

Subsytem Registration

This package com.unity.subsystemregistration is an internal package that will be a dependency of any newly defined “standalone” subsystem. This package will allow that subsystem to register itself with the Subsystem Manager within Unity. This will let the Subsystem manager to keep track of the features exposed by the newly registered subsystem and provide lifecycle management for it.

Installing this package

You will not normally need to install this package explicitly since it is installed as a dependency of other packages. But in case you need to install this package, follow the instructions in the Package Manager documentation.

Package structure

<root>
  ├── package.json
  ├── README.md
  ├── CHANGELOG.md
  ├── LICENSE.md
  ├── Runtime
  │   ├── Unity.Subsystem.Declaration.asmdef
  │   └── SubsystemRegistration.cs
  └── Documentation~
      └── com.unity.subsystemregistration.md