Skip to content
This repository was archived by the owner on Aug 8, 2018. It is now read-only.

neogeek-deprecated/Unity-ARKit-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity ARKit Demo

Steps to Recreate

  1. Create a new Unity project.
  2. Import Unity ARKit Plugin (uncheck the Examples/ dir).
  3. Change build target to iOS.
  4. Delete all Unity ARKit Plugin scenes from build settings.
  5. Import ARKitObjectController
  6. Create a new scene.
  7. Create an empty parent game object and attach ARKitObjectController.
  8. Create a new 3D cube, scale properly (Unity units are 1 meter) and make a child of the parent game object.
  9. Add new scene to build settings.
  10. Build and run.

Optional

  1. Add button to call ARKitObjectController.InvaidatePlane.
  2. Add UI text to show the accuracy of the visible plane.