SW 중심대학 OSS GIT 서버 박건태, 이승준, 고기완, 이준호 새로운 배포
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.

17 lines
533 B

4 years ago
  1. # About Subsytem Registration
  2. 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.
  3. # How to use this package
  4. This package is a dependency for any other packages that defines new types of subsystems.
  5. # Requirements
  6. This version of `com.unity.subsystemregistration` is compatible with the following versions of the Unity Editor:
  7. * 2018.3 and later (required)