Skip to content

Instantly share code, notes, and snippets.

View matheusnienow's full-sized avatar

Matheus Navarro Nienow matheusnienow

View GitHub Profile
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: