36 lines
968 B
Markdown
36 lines
968 B
Markdown
# Apple ARKit XR Plug-in Package
|
|
|
|
The purpose of this package is to provide ARKit XR Support.
|
|
|
|
## Package structure
|
|
|
|
```none
|
|
<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.*
|
|
|