This repository has been archived on 2020-08-22. You can view files and clone it, but cannot push or open issues or pull requests.
flutter-unity-view-widget/example/unity/ARDemoApp/Library/PackageCache/com.unity.xr.arsubsystems@3...
Rex Isaac Raphael 89672ad9e0 full support for AR kit on iOS and updated example
Former-commit-id: f7922f49f34ad54f0c3bb5acae3391b2925855ea
Former-commit-id: f8c261c5478d0ef9a32124c470f03ad59d8c5d37
2019-10-18 15:38:35 +02:00
..
Documentation~ full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
Editor full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
Runtime full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
Tests full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
CHANGELOG.md full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
CHANGELOG.md.meta full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
CONTRIBUTIONS.md full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
CONTRIBUTIONS.md.meta full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
Editor.meta full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
LICENSE.md full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
LICENSE.md.meta full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
QAReport.md full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
QAReport.md.meta full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
README.md full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
README.md.meta full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
Runtime.meta full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
Tests.meta full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
package.json full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
package.json.meta full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02: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 Plugin ARCore XR Plugin

Documentation