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
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using EasyAR; | |
/* This script fixes the model shake behavior on EasyAr v2. You should | |
use this instead of ImageTargetBehaviour on your target. Just delete the | |
ImageTargetBehaviour component and add this one | |
It is a fixed and improved version of the one posted on this thread: |