Tag: Unity3D

Feature image ARMarkerEvent

Marker detection in Unity3D

Hi everyone, I often get the question: “How to tell if the marker is detected in Unity3D?” The easiest thing to find that out is to listen for the OnMarkerFound(ARMarker)  and OnMarkerTracked(ARMarker)  events. ARToolKit5 is …