Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 968 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 968 Bytes

Apple ARKit XR Plug-in Package

The purpose of this package is to provide ARKit XR Support.

Package structure

<root>
  ├── CHANGELOG.md
  ├── Documentation
  │   └── com.unity.arkit.md
  ├── Editor
  │   ├── Unity.XR.ARKit.Editor.asmdef
  │   └── UnityARKitPostBuild.cs
  ├── LICENSE.md
  ├── package.json
  ├── QAReport.md
  ├── README.md
  └── Runtime
      ├── FaceTracking
      │   ├── ARKitFaceSubsystem.cs
      │   ├── Unity.XR.ARKit.FaceTracking.asmdef
      ├── iOS
      │   ├── link.xml
      │   ├── Resources
      │   │   └── ARKitShader.shader
      │   ├── UnityARKit.a
      │   └── UnityARKit.m
      ├── UnitySubsystemsManifest.json
      └── Unity.XR.ARKit.asmdef

* Apple and ARKit are trademarks of Apple Inc., registered in the U.S. and other countries and regions.