Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
kimn119047 83297d2a75 backup il y a 1 an
..
Documentation~ backup il y a 1 an
Runtime backup il y a 1 an
Tests backup il y a 1 an
CHANGELOG.md backup il y a 1 an
CHANGELOG.md.meta backup il y a 1 an
CONTRIBUTIONS.md backup il y a 1 an
CONTRIBUTIONS.md.meta backup il y a 1 an
LICENSE.md backup il y a 1 an
LICENSE.md.meta backup il y a 1 an
README.md backup il y a 1 an
README.md.meta backup il y a 1 an
Runtime.meta backup il y a 1 an
Tests.meta backup il y a 1 an
package.json backup il y a 1 an
package.json.meta backup il y a 1 an

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