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.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| Assets | 4 years ago | |
| Documentation~ | 4 years ago | |
| Editor | 4 years ago | |
| Runtime | 4 years ago | |
| Tests | 4 years ago | |
| .editorconfig | 4 years ago | |
| .gitmodules | 4 years ago | |
| Assets.meta | 4 years ago | |
| CHANGELOG.md | 4 years ago | |
| CHANGELOG.md.meta | 4 years ago | |
| Editor.meta | 4 years ago | |
| LICENSE.md | 4 years ago | |
| LICENSE.md.meta | 4 years ago | |
| README.md | 4 years ago | |
| README.md.meta | 4 years ago | |
| Runtime.meta | 4 years ago | |
| Tests.meta | 4 years ago | |
| package.json | 4 years ago | |
| package.json.meta | 4 years ago | |
README.md
ARKit XR SDK 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
Building
- Initialize submodules:
git submodule initgit submodule update
- Build
- Run
build.shfromSource~/OR - Open the Xcode project at
Source~/UnityARKit.xcodeprojand buildUnityARKitandUnityARKitFaceTracking.
- Run