Community
Topic: Unity 3D Plugin
Red dots
How can I hide the red dots of image recognition?
It can be done via script through
PikkartAR.PikkartARCore
using the functions:
public static extern void StartEffect();
public static extern void StopEffect();