This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// See https://youtu.be/gpaq5bAjya8 for accompanying tutorial and usage! | |
using System; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using UnityEngine.XR.ARFoundation; | |
using UnityEngine.XR.ARSubsystems; | |
[RequireComponent(typeof(ARTrackedImageManager))] | |
public class PlaceTrackedImages : MonoBehaviour { |