【VR/AR Event】‘Unity AR Foundation’ Session Report

This time, I will report on Unity AR Foundation course hosted by Unity Singapore on April 23.

The instructor is Marek Marchlewicz, Technical Evangelist in Unity Singapore. (In the course of Vuforia, he was the lecturer too.)

Unity AR Foundation is Unity’s AR framework that supports both Android and iOS. Because releasing to both devices will be become very easy, I’ve been considerably interested since it’s announced in Unite before.

(Then when I’m writing this report, this is a Preview version.)

In this course, ARCore and ARKit were introduced as AR frameworks, and he explained what AR Foundation is like, and finally practiced actually creating AR in AR Foundation.

In this blog, I will report the explanation part about AR Foundation this time.
And, the training part will be introduced in the ‘How To’ format next time as ‘How to set up Unity AR Foundation’.

 

[About AR Kit and AR Core]

There was a basic introduction about ARKit and ARCore firstly. Regarding this, it was not main topic of this session, he introduced just overview there.

First of all, as you know, ARKit is an AR framework for iOS. Currently, ARKit2 is being released. (When the session was held. Already it’s released more new version now.)

The followings were mentioned as the features of ARKit.

World Maps: To realize multi-person AR experience and persistent the AR experience.

Object Detection: To recognize real shape’s objects instead of planes.

Environment Probes: To make real objects be reflected in AR objects by acquiring lighting information of environment.

Next, about ARCore. I’m also mainly using ARCore. It is AR framework for Android and the current version is 1.8. (When the session was held. Already it’s released more new version now.)

The followings were mentioned as the major features of ARCore.

Cloud Anchors: To share same AR environment with multiple people. (I’ve also used in my AR game ‘Gotcha AR’.)

Oriented Feature Points: To detect surfaces that not only on horizontal and vertical planes but also in various directions.

Face Tracking: To recognize face in three dimensions by camera base without depth sensor.

 

 

【Introduction for Unity AR Foundation】

Here’s a explanation of Unity AR Foundation, an AR framework provided by Unity. Because it is the main story of this session, I will introduce all the slides used there.

It can be used by importing from Unity’s Package Manager. At the timing of this course, it is still a preview version (Preview22 of version 1.0.0).

The structure of AR Foundation is as shown in the following slide.

The point is that AR Foundation exists on ARCore and ARKit, and developers can create applications for each platform by Unity. And at build time, it will be built using ARCore or ARKit.
Therefore, although some bloggers sometimes described that ARCore and ARKit do not need to be imported if AR Foundation is used, it’s not correct. The importing ARCore or ARKit plugin is necessary.

Need importing AR Foundation and, if you will build for Android, ARCore importing is required, or if you will build for iOS, ARKit importing is required.
However, they are very attractive, because we do not need to develop for each (ARCore and ARKit) anymore.

Apart from the fact that it is compatible with Android and iOS devices, other features of AR Foundation include followings:

LWRP Support
LWRP (Lightweight Render Pipeline) can be used to achieve high quality and high performance on Unity’s mobile terminals. Unity’s Shader Graph can also be used for AR.

Camera Image API
There is an API for direct access to camera images in order to process camera images and add effects.

Remoting
You can test AR function by connecting to the device directly from Unity editor without building for mobile devices.

Next, regarding the functional details that can actually be realized by AR Foundation.
Look at the following slide to see which features are available in AR Foundation. There are functions with ‘In preview’ and ‘Coming Soon’ .

And here’s a big note. From this chart, looks like AR Foundation is the strongest with both ARCore’s features and ARKit’s features! However, it’s not correct.

I mentioned earlier that AR Foundation is on ARCore and ARKit and we need to use them to build. Even use AR Foundation, the functions depends on ARCore for Android devices and ARKit for iOS devices.
For example, by using AR Foundation we can not realize iOS 3D Object Tracking for Android devices.
If you use AR Foundation to build for both devices, you need to restrict the functions that can be supported by both ARCore and ARKit. (Honestly speaking, I was a little disappointed. Was my expectation too high?)

 

This is the explanation part of AR Foundation in this course. Next was Hands-on training to set up AR Foundation.
In this blog, I will introduce ‘How to set up Unity AR Foundation‘ next time.

 

How to set up Unity AR Foundation

 

【 Original Japanese Site: http://blog.lab7.biz/archives/17909106.html

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *