Geen omschrijving
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kimn119047 83297d2a75 backup 1 jaar geleden
..
Documentation~ backup 1 jaar geleden
Runtime backup 1 jaar geleden
Tests backup 1 jaar geleden
CHANGELOG.md backup 1 jaar geleden
CHANGELOG.md.meta backup 1 jaar geleden
CONTRIBUTIONS.md backup 1 jaar geleden
CONTRIBUTIONS.md.meta backup 1 jaar geleden
LICENSE.md backup 1 jaar geleden
LICENSE.md.meta backup 1 jaar geleden
README.md backup 1 jaar geleden
README.md.meta backup 1 jaar geleden
Runtime.meta backup 1 jaar geleden
Tests.meta backup 1 jaar geleden
package.json backup 1 jaar geleden
package.json.meta backup 1 jaar geleden

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