This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
ARPlusSystem/ARPlusSystem-250418/Library/PackageCache/com.unity.xr.arsubsystems@4...
GuanYuankai 15b5ac4e1f 更新所有meta文件,和vscode设置 2025-04-28 09:24:41 +08:00
..
ApiUpdater~ 更新所有meta文件,和vscode设置 2025-04-28 09:24:41 +08:00
Documentation~ 更新所有meta文件,和vscode设置 2025-04-28 09:24:41 +08:00
Editor 更新所有meta文件,和vscode设置 2025-04-28 09:24:41 +08:00
Runtime 更新所有meta文件,和vscode设置 2025-04-28 09:24:41 +08:00
Tests 更新所有meta文件,和vscode设置 2025-04-28 09:24:41 +08:00
.signature 更新所有meta文件,和vscode设置 2025-04-28 09:24:41 +08:00
CHANGELOG.md 更新所有meta文件,和vscode设置 2025-04-28 09:24:41 +08:00
CHANGELOG.md.meta 更新所有meta文件,和vscode设置 2025-04-28 09:24:41 +08:00
Editor.meta 更新所有meta文件,和vscode设置 2025-04-28 09:24:41 +08:00
LICENSE.md 更新所有meta文件,和vscode设置 2025-04-28 09:24:41 +08:00
LICENSE.md.meta 更新所有meta文件,和vscode设置 2025-04-28 09:24:41 +08:00
README.md 更新所有meta文件,和vscode设置 2025-04-28 09:24:41 +08:00
README.md.meta 更新所有meta文件,和vscode设置 2025-04-28 09:24:41 +08:00
Runtime.meta 更新所有meta文件,和vscode设置 2025-04-28 09:24:41 +08:00
Tests.meta 更新所有meta文件,和vscode设置 2025-04-28 09:24:41 +08:00
package.json 更新所有meta文件,和vscode设置 2025-04-28 09:24:41 +08:00
package.json.meta 更新所有meta文件,和vscode设置 2025-04-28 09:24:41 +08:00

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 Plug-in ARCore XR Plug-in

Documentation