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.arkit@3.0.0-pr...
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
..
Assets full support for AR kit on iOS and updated example 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
.editorconfig full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
.gitmodules full support for AR kit on iOS and updated example 2019-10-18 15:38:35 +02:00
Assets.meta 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
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
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

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

  1. Initialize submodules:
    1. git submodule init
    2. git submodule update
  2. Build
    1. Run build.sh from Source~/ OR
    2. Open the Xcode project at Source~/UnityARKit.xcodeproj and build UnityARKit and UnityARKitFaceTracking.