Living pictures in Augmented Reality (Unity AR Tutorial)

Channel:
Subscribers:
87,000
Published on ● Video Link: https://www.youtube.com/watch?v=CNPJlLYnbqU



Category:
Tutorial
Duration: 6:26
76,814 views
1,472


▶ Support me on patreon : https://www.patreon.com/ValemVR
▶ Join the Valem discord channel : https://discord.gg/5uhRegs

Give life to your pictures with this quick Augmented Reality tutorial !

------------- Download Unity----------------

https://unity3d.com/get-unity/download

---------- Add The TrackableEvent Script--------------

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Events;

public class TrackableEvent : DefaultTrackableEventHandler {

public UnityEvent onTrackingFound;
public UnityEvent onTrackingLost;

protected override void OnTrackingFound()
{
base.OnTrackingFound();
onTrackingFound.Invoke();
}

protected override void OnTrackingLost()
{
base.OnTrackingLost();
onTrackingLost.Invoke();
}
}







Tags:
make your own ar app
how to make augmented reality app
vuforia unity tutorial for beginners
living paintings harry potter ar
augmented reality unity tutorial
ar unity
valem
ar android tutorial
game development for beginner
make your own game with unity
android app development tutorial
unity 3d
virtual reality
augmented images
augmented reality
Valem