newyellow / arfoundation-helper

MIT License
43 stars 17 forks source link

ARFoundation Helper

AR Foundation 的辨識功能雖然強大,但是編輯的介面非常陽春,幾乎都使能透過 coding 來做設定。但 Unity 這類引擎之所以強大,不正是因為有 3D 的視覺編輯介面嗎?所以這個工具便是希望能優化 AR Foundation 的編輯功能

AR Foundation is free and powerful. However, its editor user experience is not that good as other commercial SDKs like Vuforia oe EasyAR. (especially for Image Tracking) So I develop this tool to improve the editor experience.

Main Features

WYSIWYG experience with NY Image Tracker

image

On / Off tracking event handle

image

Manage Image Tracker Library through a single button

image

How to use

Basic Setup

  1. Add AR Session and AR Session Origin object into the scene. (these are AR Foundation component)
  2. Add AR Tracked Image Manager component on AR Sesson Origin object.

Add Image Trackers

  1. To add an image tracker, create an empty object, add NY Image Tracker component, and pick the image you like.
  2. Add as many targets as you like.

Generate Image Library

  1. Create an empty object and add NY Image Tracker Manager
  2. Click the Update Library button in the inspector, and an Image Library will be generated according to the NY Image Trackers in your scene.

Other Settings