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.
 
 
 
ParkGeonTae 216cbe4b1b project 4 years ago
..
ApiUpdater~ project 4 years ago
Documentation~ project 4 years ago
Editor project 4 years ago
Runtime project 4 years ago
Tests project 4 years ago
CHANGELOG.md project 4 years ago
CHANGELOG.md.meta project 4 years ago
CONTRIBUTIONS.md project 4 years ago
CONTRIBUTIONS.md.meta project 4 years ago
Editor.meta project 4 years ago
LICENSE.md project 4 years ago
LICENSE.md.meta project 4 years ago
QAReport.md project 4 years ago
QAReport.md.meta project 4 years ago
README.md project 4 years ago
README.md.meta project 4 years ago
Runtime.meta project 4 years ago
Tests.meta project 4 years ago
package.json project 4 years ago
package.json.meta project 4 years ago

README.md

AR Subsystems

The purpose of this com.unity.xr.arsubsystems package is to provide definitions of all subsystems that enable AR functionality.

Presently, this package defines the following XR subsystems: EnvironmentProbeSubsystem FaceSubsystem ImageTrackingSubsystem ObjectTrackingSubsystem

Installing AR Subsystems

This package is normally not installed by a user, but rather as a dependency defined in other packages.

Package structure

<root>
  ├── package.json
  ├── README.md
  ├── CHANGELOG.md
  ├── LICENSE.md
  ├── QAReport.md
  └── Runtime
      ├── Unity.XR.ARSubsystems.asmdef
      ├── EnvironmentProbeSubsystem
      ├── FaceSubsystem
      ├── ImageTrackingSubsystem
      └── ObjectTrackingSubsystem

Package usage

This package is used as a dependency for other packages in two scenarios:

  1. The other package wants to use the APIs defined in this one. Packages in this category include: ARFoundation

  2. The other package wants to extend the API and implement a provider that provides data to the Subsystems defined in this package. Packages in this category include: ARKit XR Plugin ARCore XR Plugin

Documentation