@ValemVR
  @ValemVR
Valem | Living pictures in Augmented Reality (Unity AR Tutorial) @ValemVR | Uploaded April 2019 | Updated October 2024, 15 hours ago.
▶ Support me on patreon : patreon.com/ValemVR
▶ Join the Valem discord channel : discord.gg/5uhRegs

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

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

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();
}
}
Living pictures in Augmented Reality (Unity AR Tutorial)Can I make a game in 24h only using VR #vr #vrdev #madewithunity #unity #gamedev #programmingHow to Make a VR Multiplayer Game - PART 2Why Game Dev Hate Windows ...Its the Best and the Worst thing in VRHow to Design for Motion SicknessHow to Animate in a 3D World #gamedev #valem #unity #learning #gamingCoding my own HILL CLIMB RACING (2D racing car Unity Tutorial)Can AI code Beat Saber ? Watch ChatGPT tryWhy we need to downgrade game graphicsHow Rope Works in Video Game #gamedev #gaming #unity #valemHow to Make Money in VR - Unity Admix Tutorial

Living pictures in Augmented Reality (Unity AR Tutorial) @ValemVR

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER