Skip to content

A Unity Library for interacting UnityARKitPlugin

License

Notifications You must be signed in to change notification settings

MadMacMad/ArKitKat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ArKitKat

A Unity Library for interacting UnityARKitPlugin.

Usage

  1. First thing first. Drag ArKitKat folder into your assets folder.
  2. ArKitKat is using UnityARKitPlugin, so make sure you have it imported.
using UnityEngine.XR.iOS;
using ArKitKat;

Wiki

ArPlaneTools

Get ArPlaneAnchor info easier

return method parameters explain
Vector3 GetRealPosition ARPlaneAnchor Return a globle position of the plane where it really is
Vector3 GetPosition ARPlaneAnchor Return a globle position of the plane where it spawned
Quaternion GetRotation ARPlaneAnchor Return rotation of the plane

ArDebug

Build-in debug tool which shows you ArPlaneAnchor in scenes

return method parameters explain
void VirtualAnchor string color,ARPlaneAnchor spawn a point in scene
void VirtualAnchor string color,Vector3 spawn a point in scene
void VirtualAnchor string color,Transform spawn a point in scene
void VirtualAnchor string color,Matrix4x4 spawn a point in scene

License

The MIT License(MIT) Copyright(c) 2017 Borgmon.me

About

A Unity Library for interacting UnityARKitPlugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%