Step by Step Instructions for Augmented Reality Android A walkthrough of how to use Unity to get Art onto your phone
Training Video to get setup:
Required Software:
Unity Engine: (Free version)
https://unity3d.com/ Java: (win 64bit version or your version)
in Unity set JDK path in Edit->Preferences->External Tools
If build errors read this:
Setup path variables in Unity: (Only if having issues this might help)
https://koprowski.it/2017/unity-android-config/ Android Studio:
In Unity set SDK path in Edit->Preferences->External Tools
Google AR Core with Unity
https://developers.google.com/ar/dev...kstart-android Video explaining ARCore
ARCore supported devices
Download the app on android store "ARCore by Google" (Free) to your Android Device.
This app will allow you to hit the "play button" in Unity as long as your phone is connected via USB and you can debug your art without having to make a build and test it each time
Enable Developer Options on your Android Phone
(Google your phone type and watch video on how to do this for yours)
After you've got all this set up and tested the HelloAR test on your device it's just a matter of swapping their art with your art.
You will drag that into place and hit build and it will ask you to save an APK file which you will then select and right click -> send to -> your device (phone/Tablet) then you will find the file where it stores uploaded files
Mine is Samsung -> My Files -> tap the APK file you uploaded and it will install Vuforia is tool within Unity Engine for AR apps
Vuforia is another 3rd party Program that runs in Unity. It's free to develop with but will cost money when you do create your app. It involves setting up an account on their site and copy/paste license into unity to test your app. It's useful for persons making art for IOS/Android etc.. so you don't have to waste time making different builds for different devices be it phones, tablets, ar glasses etc..
GDC explaining Vuforia
Vuforia Website:
How to install and set up license keys etc:
Using ARcore with Vuforia:
Vuforia Core Samples: (Download this from Unity Asset store it's Free)
Vuforia Ground Plane Demo: Cool Videos that show off Augumented Reality
Portal into another world effect:
Playing Card Demo
Cloud Anchors (for multiplayer game development)
Training Video to get setup:
Required Software:
Unity Engine: (Free version)
https://unity3d.com/ Java: (win 64bit version or your version)
in Unity set JDK path in Edit->Preferences->External Tools
If build errors read this:
Setup path variables in Unity: (Only if having issues this might help)
https://koprowski.it/2017/unity-android-config/ Android Studio:
In Unity set SDK path in Edit->Preferences->External Tools
Google AR Core with Unity
https://developers.google.com/ar/dev...kstart-android Video explaining ARCore
ARCore supported devices
Download the app on android store "ARCore by Google" (Free) to your Android Device.
This app will allow you to hit the "play button" in Unity as long as your phone is connected via USB and you can debug your art without having to make a build and test it each time
Enable Developer Options on your Android Phone
(Google your phone type and watch video on how to do this for yours)
After you've got all this set up and tested the HelloAR test on your device it's just a matter of swapping their art with your art.
You will drag that into place and hit build and it will ask you to save an APK file which you will then select and right click -> send to -> your device (phone/Tablet) then you will find the file where it stores uploaded files
Mine is Samsung -> My Files -> tap the APK file you uploaded and it will install Vuforia is tool within Unity Engine for AR apps
Vuforia is another 3rd party Program that runs in Unity. It's free to develop with but will cost money when you do create your app. It involves setting up an account on their site and copy/paste license into unity to test your app. It's useful for persons making art for IOS/Android etc.. so you don't have to waste time making different builds for different devices be it phones, tablets, ar glasses etc..
GDC explaining Vuforia
Vuforia Website:
How to install and set up license keys etc:
Using ARcore with Vuforia:
Vuforia Core Samples: (Download this from Unity Asset store it's Free)
Vuforia Ground Plane Demo: Cool Videos that show off Augumented Reality
Portal into another world effect:
Playing Card Demo
Cloud Anchors (for multiplayer game development)
Comment