Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.92 KB

File metadata and controls

43 lines (26 loc) · 1.92 KB

Template for an AR streaming APP built in Unity 2020 with EasyAR - iOS and Android

This is a blank Unity template that you to build an AR App with EasyAR. Once built, when an image is triggered, it will play a streaming video that is hosted externally. The video will pause when the trigger image is no longer tracked. I suggest you use Vuforia instead of EasyAR for smoother tracking, but if you need a jumping off point that will for sure build (even if framerate is low), you can use this template.

Includes a tutorial on How to Build and Update an HLS Streaming AR App in Unity with Vuforia from scratch.

Vuforia tutorial: iOS | Android

Start by opening up: Assets > Scene > Main

Versions

Unity 2020.1.11f1
Vuforia 9.6.3
AR Foundation 3.1.6
AVProVideo (iOS) 1.11.7 (if using android, please delete this asset and install the AVProVideo asset for android - tested with 1.10.1)
DOTween Pro 1.0.178

Setup

For complete instructions on how to set up this app and prepare you materials, please see the accompanying PDF Walkthrough.
It includes:

  • Preparing your media for streaming / how-where to convert videos to .m3u8 files for HLS
  • EasyAR
  • Unity
  • Testing on a device simulator
  • Building and exporing the app for test or runtime
  • Preparing for deployment / testing on a mobile device
  • FAQs

Made By

Alex Serpentini
oh.hello.alex.com

Hope this helps, and good luck!!!

Hope this helps, and good luck!!!